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

Change subject: grafana_http: Restrict to CACHE_MISC
......................................................................

grafana_http: Restrict to CACHE_MISC

Served via Varnish.

Change-Id: I1cf7c9f3cc3f39e74c436b7f8f0b3a2e0ce9a8cf
---
M modules/role/manifests/grafana/base.pp
1 file changed, 3 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/44/393244/1

diff --git a/modules/role/manifests/grafana/base.pp 
b/modules/role/manifests/grafana/base.pp
index ba5c255..4606a5e 100644
--- a/modules/role/manifests/grafana/base.pp
+++ b/modules/role/manifests/grafana/base.pp
@@ -100,8 +100,9 @@
     }
 
     ferm::service { 'grafana_http':
-        proto => 'tcp',
-        port  => '80',
+        proto  => 'tcp',
+        port   => '80',
+        srange => '$CACHE_MISC',
     }
 
     # LDAP configuration. Interpolated into the Apache site template

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

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