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

Change subject: hue: Restrict to CACHE_MISC
......................................................................

hue: Restrict to CACHE_MISC

Served via Varnish, restrict to $CACHE_MISC

Change-Id: I34f3e8fa7eb86efd091cc07012a84c5a8c7cfdb3
---
M modules/statistics/manifests/sites/hue.pp
1 file changed, 5 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/53/393253/1

diff --git a/modules/statistics/manifests/sites/hue.pp 
b/modules/statistics/manifests/sites/hue.pp
index af6ec99..3c0ee2f 100644
--- a/modules/statistics/manifests/sites/hue.pp
+++ b/modules/statistics/manifests/sites/hue.pp
@@ -17,8 +17,10 @@
     }
 
     ferm::service { 'hue-http':
-        proto => 'tcp',
-        port  => '80',
+        proto  => 'tcp',
+        port   => '80',
+        srange => '$CACHE_MISC',
     }
+}
 
-}
\ No newline at end of file
+

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

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