Faidon Liambotis has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/202365

Change subject: Remove ferm rule for rsync & udpmcast from hooft
......................................................................

Remove ferm rule for rsync & udpmcast from hooft

Remove those ferm rules for unpuppetized services that are not useful
(or running) anymore.

Change-Id: Iaf4abf73ffb39e901d78b348a19c6f14d79ddb21
---
M manifests/site.pp
1 file changed, 0 insertions(+), 13 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/65/202365/1

diff --git a/manifests/site.pp b/manifests/site.pp
index 0bf2910..46b46f4 100644
--- a/manifests/site.pp
+++ b/manifests/site.pp
@@ -1229,19 +1229,6 @@
     include standard
     include role::installserver::tftp-server
 
-    # TODO: 2013-12-13. rsync is an unpuppetized service on hooft. Ferm is
-    # applied through role::installserver::tftp-server and policy is DROP.
-    # Temporarily opening access. Must puppetize properly
-    ferm::service { 'rsync':
-        proto => 'tcp',
-        port  => '873',
-    }
-    # TODO: Same for udpmcast
-    ferm::service { 'udpmcast':
-        proto => 'udp',
-        port  => '4827',
-    }
-
     class { 'ganglia_new::monitor::aggregator':
         sites =>  'esams',
     }

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iaf4abf73ffb39e901d78b348a19c6f14d79ddb21
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Faidon Liambotis <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to