Muehlenhoff has uploaded a new change for review.

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

Change subject: xenon: Use DOMAIN_NETWORKS
......................................................................

xenon: Use DOMAIN_NETWORKS

Only accepts traffic from hosts in production. Use DOMAIN_NETWORKS to
allow the use of role::xenon in labs.

Change-Id: I90ace12a5462ecd82509f0b3392fcd325628b8cb
---
M manifests/role/xenon.pp
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/00/297800/1

diff --git a/manifests/role/xenon.pp b/manifests/role/xenon.pp
index 3acc4ed..d4700db 100644
--- a/manifests/role/xenon.pp
+++ b/manifests/role/xenon.pp
@@ -26,6 +26,6 @@
     }
 
     ferm::rule { 'xenon_redis':
-        rule => 'saddr ($ALL_NETWORKS) proto tcp dport 6379 ACCEPT;',
+        rule => 'saddr ($DOMAIN_NETWORKS) proto tcp dport 6379 ACCEPT;',
     }
 }

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I90ace12a5462ecd82509f0b3392fcd325628b8cb
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