Mark Bergsma has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/59131


Change subject: Reload VCL on varnish::common-vcl changes
......................................................................

Reload VCL on varnish::common-vcl changes

Change-Id: Ia119438a6e05c0f9ab224c0a7f6a55d5f3d17f07
---
M manifests/varnish.pp
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/31/59131/1

diff --git a/manifests/varnish.pp b/manifests/varnish.pp
index 533885a..c1b664b 100644
--- a/manifests/varnish.pp
+++ b/manifests/varnish.pp
@@ -128,7 +128,7 @@
 
                exec { "load-new-vcl-file${instancesuffix}":
                        require => [ Service["varnish${instancesuffix}"], 
File["/etc/varnish/wikimedia_${vcl}.vcl"] ],
-                       subscribe => File["/etc/varnish/wikimedia_${vcl}.vcl"],
+                       subscribe => 
[File["/etc/varnish/wikimedia_${vcl}.vcl"], Class["varnish::common-vcl"]],
                        command => "/usr/share/varnish/reload-vcl $extraopts",
                        path => "/bin:/usr/bin",
                        refreshonly => true;

-- 
To view, visit https://gerrit.wikimedia.org/r/59131
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia119438a6e05c0f9ab224c0a7f6a55d5f3d17f07
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Mark Bergsma <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to