Giuseppe Lavagetto has submitted this change and it was merged.

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(-)

Approvals:
  Ema: Looks good to me, but someone else must approve
  Giuseppe Lavagetto: Looks good to me, approved
  jenkins-bot: Verified



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: merged
Gerrit-Change-Id: Ib6d8be6960331cedfc0578e4d00404b43ac9f757
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Giuseppe Lavagetto <[email protected]>
Gerrit-Reviewer: BBlack <[email protected]>
Gerrit-Reviewer: Ema <[email protected]>
Gerrit-Reviewer: Giuseppe Lavagetto <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to