Giuseppe Lavagetto has uploaded a new change for review.

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

Change subject: varnish: don't run varnishlog on 3.x hosts
......................................................................

varnish: don't run varnishlog on 3.x hosts

Since we don't use the output of varnishlog in any useful way, and on
the other hand the logrotate recipe for it is broken.

So, explicitly disable it.

Bug: T135700
Change-Id: Ib6d8be6960331cedfc0578e4d00404b43ac9f757
---
M modules/varnish/manifests/common.pp
1 file changed, 5 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/09/290209/1

diff --git a/modules/varnish/manifests/common.pp 
b/modules/varnish/manifests/common.pp
index 651b562..b438c6b 100644
--- a/modules/varnish/manifests/common.pp
+++ b/modules/varnish/manifests/common.pp
@@ -67,5 +67,10 @@
             group  => 'root',
             mode   => '0444',
         }
+
+        # We don't use varnishlog at all, and it can become an issue, see 
T135700
+        service { 'varnishlog':
+            ensure => 'stopped'
+        }
     }
 }

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

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

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

Reply via email to