Matanya has uploaded a new change for review.

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

Change subject: bugzilla: add ferm rules
......................................................................

bugzilla: add ferm rules

Change-Id: I272af027fd7dc7a686b50c4fe36712847d0bdf6c
---
M manifests/role/bugzilla.pp
1 file changed, 10 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/34/130334/1

diff --git a/manifests/role/bugzilla.pp b/manifests/role/bugzilla.pp
index 672622b..e9360af 100644
--- a/manifests/role/bugzilla.pp
+++ b/manifests/role/bugzilla.pp
@@ -10,5 +10,15 @@
         db_user => 'bugs',
     }
 
+    ferm::service { 'bugzilla_http':
+        proto => 'tcp',
+        port  => '80',
+    }
+
+    ferm::service { 'bugzilla_https':
+        proto => 'tcp',
+        port  => '443',
+    }
+
 }
 

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

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