BBlack has uploaded a new change for review.

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

Change subject: enable varnishncsa svcs at machine boot time
......................................................................

enable varnishncsa svcs at machine boot time

Change-Id: I7a4b556e0128d779b1b89d305565f1ebe31791b0
---
M modules/varnish/manifests/logging.pp
1 file changed, 2 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/47/187047/1

diff --git a/modules/varnish/manifests/logging.pp 
b/modules/varnish/manifests/logging.pp
index df61925..751e5684 100644
--- a/modules/varnish/manifests/logging.pp
+++ b/modules/varnish/manifests/logging.pp
@@ -5,6 +5,7 @@
     $log_fmt=false,
     $instance_name='frontend',
     $monitor=true,
+    $enable=true,
     $ensure='running',
 ) {
     require varnish::packages
@@ -34,6 +35,7 @@
 
     service { "varnishncsa-${name}":
         ensure    => $ensure,
+        enable    => $enable,
         require   => [
                 File["/etc/init.d/varnishncsa-${name}"],
                 Service[$varnishservice]

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

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

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

Reply via email to