Mark Bergsma has submitted this change and it was merged.
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(-)
Approvals:
Mark Bergsma: Looks good to me, approved
jenkins-bot: Verified
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: merged
Gerrit-Change-Id: Ia119438a6e05c0f9ab224c0a7f6a55d5f3d17f07
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Mark Bergsma <[email protected]>
Gerrit-Reviewer: Mark Bergsma <[email protected]>
Gerrit-Reviewer: jenkins-bot
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits