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

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

ci: restrict http access to cache_misc

Change-Id: I834d58b4ab6f6c4c58f34fea0e1c4a85e9e8cdaf
---
M modules/profile/manifests/ci/firewall.pp
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/32/389432/1

diff --git a/modules/profile/manifests/ci/firewall.pp 
b/modules/profile/manifests/ci/firewall.pp
index 1c164e4..6041ae4 100644
--- a/modules/profile/manifests/ci/firewall.pp
+++ b/modules/profile/manifests/ci/firewall.pp
@@ -67,6 +67,6 @@
     ferm::service { 'allow_http':
         proto  => 'tcp',
         port   => '80',
-        srange => '$PRODUCTION_NETWORKS',
+        srange => '$CACHE_MISC',
     }
 }

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I834d58b4ab6f6c4c58f34fea0e1c4a85e9e8cdaf
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Dzahn <dz...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to