Muehlenhoff has submitted this change and it was merged. (
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(-)
Approvals:
Ema: Looks good to me, but someone else must approve
Muehlenhoff: Looks good to me, approved
jenkins-bot: Verified
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: merged
Gerrit-Change-Id: I1cf7c9f3cc3f39e74c436b7f8f0b3a2e0ce9a8cf
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Muehlenhoff <[email protected]>
Gerrit-Reviewer: Dzahn <[email protected]>
Gerrit-Reviewer: Ema <[email protected]>
Gerrit-Reviewer: Filippo Giunchedi <[email protected]>
Gerrit-Reviewer: Giuseppe Lavagetto <[email protected]>
Gerrit-Reviewer: Muehlenhoff <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits