Ottomata has submitted this change and it was merged.

Change subject: Fix comment in cache.pp about $topic_request_required_acks
......................................................................


Fix comment in cache.pp about $topic_request_required_acks

Change-Id: I31f3a5c633cb8bb07c11a179ee773740b7106773
---
M manifests/role/cache.pp
1 file changed, 2 insertions(+), 2 deletions(-)

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



diff --git a/manifests/role/cache.pp b/manifests/role/cache.pp
index ca0bc11..e0a0542 100644
--- a/manifests/role/cache.pp
+++ b/manifests/role/cache.pp
@@ -529,8 +529,8 @@
             $topic_request_required_acks  = $::fqdn ? {
                 'cp3019.esams.wikimedia.org' => '2',  # esams bits
                 'cp1056.eqiad.wmnet'         => '2',  # eqiad bits
-                'cp1057.eqiad.wmnet'         => '-1', # esams bits
-                'cp3020.esams.wikimedia.org' => '-1', # eqiad bits
+                'cp3020.esams.wikimedia.org' => '-1', # esams bits
+                'cp1057.eqiad.wmnet'         => '-1', # eqiad bits
                 default                      => '1',
             }
 

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I31f3a5c633cb8bb07c11a179ee773740b7106773
Gerrit-PatchSet: 3
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Ottomata <[email protected]>
Gerrit-Reviewer: Ottomata <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to