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

Change subject: ntp: Restrict access
......................................................................

ntp: Restrict access

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


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/47/393247/1

diff --git a/modules/role/manifests/ntp.pp b/modules/role/manifests/ntp.pp
index 26a21c9..be0818d 100644
--- a/modules/role/manifests/ntp.pp
+++ b/modules/role/manifests/ntp.pp
@@ -83,8 +83,9 @@
     }
 
     ferm::service { 'ntp':
-        proto => 'udp',
-        port  => 'ntp',
+        proto  => 'udp',
+        port   => 'ntp',
+        srange => '($PRODUCTION_NETWORKS $FRACK_NETWORKS $LABS_NETWORKS)',
     }
 
     monitoring::service { 'ntp peers':

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

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