Matanya has uploaded a new change for review.

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

Change subject: magnesium: misc-webserver-ferm rules and firewall
......................................................................

magnesium: misc-webserver-ferm rules and firewall

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


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/17/130317/1

diff --git a/manifests/site.pp b/manifests/site.pp
index 45ebfcf..c24e0a7 100644
--- a/manifests/site.pp
+++ b/manifests/site.pp
@@ -1572,6 +1572,18 @@
 
     $cluster = 'misc'
 
+    class { 'base::firewall':
+        ferm::service { 'http':
+            proto   => 'tcp',
+            port    => '80',
+        }
+
+        ferm::service { 'https':
+            proto   => 'tcp',
+            port    => '443',
+        }
+    } 
+
     include role::racktables
     include role::rt
 }

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I8ce3549461a673530ae817e796bb79389b163b52
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Matanya <mata...@foss.co.il>

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

Reply via email to