Muehlenhoff has submitted this change and it was merged.

Change subject: statsdlb: set notrack and allow from $ALL_NETWORKS
......................................................................


statsdlb: set notrack and allow from $ALL_NETWORKS

Change-Id: I0712f5c461956b29f3070c310be206c31d2ef857
---
M manifests/role/statsdlb.pp
1 file changed, 4 insertions(+), 3 deletions(-)

Approvals:
  Muehlenhoff: Verified; Looks good to me, approved



diff --git a/manifests/role/statsdlb.pp b/manifests/role/statsdlb.pp
index 0597027..064da19 100644
--- a/manifests/role/statsdlb.pp
+++ b/manifests/role/statsdlb.pp
@@ -15,9 +15,10 @@
 
     # load balancer frontend, backend ports 8126-8131 are only accessed from 
localhost
     ferm::service { 'statsdlb':
-        proto  => 'udp',
-        port   => '8125',
-        srange => '$INTERNAL',
+        proto   => 'udp',
+        port    => '8125',
+        notrack => true,
+        srange  => '$ALL_NETWORKS',
     }
 
     nrpe::monitor_service { 'statsdlb':

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I0712f5c461956b29f3070c310be206c31d2ef857
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Filippo Giunchedi <fgiunch...@wikimedia.org>
Gerrit-Reviewer: Muehlenhoff <mmuhlenh...@wikimedia.org>

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

Reply via email to