BBlack has submitted this change and it was merged.

Change subject: re-enable zerofetcher for cache_text T111045
......................................................................


re-enable zerofetcher for cache_text T111045

Change-Id: Ie8b8057b35a6aad8c664d033ff9dd19776687c5f
---
M modules/role/manifests/cache/text.pp
1 file changed, 4 insertions(+), 5 deletions(-)

Approvals:
  BBlack: Verified; Looks good to me, approved



diff --git a/modules/role/manifests/cache/text.pp 
b/modules/role/manifests/cache/text.pp
index ccd10fa..7cf069a 100644
--- a/modules/role/manifests/cache/text.pp
+++ b/modules/role/manifests/cache/text.pp
@@ -22,11 +22,10 @@
     require geoip
     require geoip::dev # for VCL compilation using libGeoIP
 
-# Commented out - not in use on text yet, and causing rate issues: T111045
-#    class { 'varnish::zero_update':
-#        site         => $::role::cache::base::zero_site,
-#        auth_content => secret('misc/zerofetcher.auth'),
-#    }
+    class { 'varnish::zero_update':
+        site         => $::role::cache::base::zero_site,
+        auth_content => secret('misc/zerofetcher.auth'),
+    }
 
     $varnish_be_directors = {
         'one' => {

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

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

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

Reply via email to