Muehlenhoff has uploaded a new change for review.

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

Change subject: Add ferm rules for postgres/maps
......................................................................

Add ferm rules for postgres/maps

Change-Id: I30f3498c82704bd94c9563b8dbc076bc88cbcb35
---
M modules/role/manifests/maps/master.pp
1 file changed, 7 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/98/277198/1

diff --git a/modules/role/manifests/maps/master.pp 
b/modules/role/manifests/maps/master.pp
index 5352a4c..e56b402 100644
--- a/modules/role/manifests/maps/master.pp
+++ b/modules/role/manifests/maps/master.pp
@@ -51,4 +51,11 @@
         port   => '6379',
         srange => "(${maps_hosts_ferm})",
     }
+
+    # access to postgres master from postgres slaves
+    ferm::service { 'postgres_maps':
+        proto  => 'tcp',
+        port   => '6379',
+        srange => "(${maps_hosts_ferm})",
+    }
 }

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

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

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

Reply via email to