Dzahn has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/390205 )

Change subject: noc: restrict http access to cache_misc
......................................................................

noc: restrict http access to cache_misc

Change-Id: Icbde97a025d68df6feb1323fc6aa0e5ec11f0cad
---
M modules/role/manifests/noc/site.pp
1 file changed, 3 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/05/390205/1

diff --git a/modules/role/manifests/noc/site.pp 
b/modules/role/manifests/noc/site.pp
index 02f6e6c..eeec449 100644
--- a/modules/role/manifests/noc/site.pp
+++ b/modules/role/manifests/noc/site.pp
@@ -4,8 +4,9 @@
     system::role { 'noc::site': description => 'noc.wikimedia.org' }
 
     ferm::service { 'noc-http':
-        proto => 'tcp',
-        port  => 'http',
+        proto  => 'tcp',
+        port   => 'http',
+        srange => '$CACHE_MISC',
     }
 
     include ::noc

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

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

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

Reply via email to