[MediaWiki-commits] [Gerrit] rt: add ferm rules - change (operations/puppet)

2014-05-08 Thread Dzahn (Code Review)
Dzahn has submitted this change and it was merged.

Change subject: rt: add ferm rules
..


rt: add ferm rules

Change-Id: I880609ec13715256ba1330cdc1b0a6f169a62434
---
M manifests/role/rt.pp
1 file changed, 11 insertions(+), 0 deletions(-)

Approvals:
  jenkins-bot: Verified
  Dzahn: Looks good to me, approved



diff --git a/manifests/role/rt.pp b/manifests/role/rt.pp
index 3336903..5528472 100644
--- a/manifests/role/rt.pp
+++ b/manifests/role/rt.pp
@@ -27,6 +27,17 @@
enable_mail_submission => 'false',
enable_spamassassin=> 'false',
}
+
+ferm::service { 'rt-http':
+proto => 'tcp',
+port  => '80',
+}
+
+ferm::service { 'rt-https':
+proto => 'tcp',
+port  => '443',
+}
+
 }
 
 #  Labs/testing RT

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I880609ec13715256ba1330cdc1b0a6f169a62434
Gerrit-PatchSet: 3
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Matanya 
Gerrit-Reviewer: Alexandros Kosiaris 
Gerrit-Reviewer: Dzahn 
Gerrit-Reviewer: jenkins-bot <>

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


[MediaWiki-commits] [Gerrit] rt: add ferm rules - change (operations/puppet)

2014-04-29 Thread Matanya (Code Review)
Matanya has uploaded a new change for review.

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

Change subject: rt: add ferm rules
..

rt: add ferm rules

Change-Id: I880609ec13715256ba1330cdc1b0a6f169a62434
---
M manifests/role/rt.pp
1 file changed, 11 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/12/130312/1

diff --git a/manifests/role/rt.pp b/manifests/role/rt.pp
index 3336903..c31f44b 100644
--- a/manifests/role/rt.pp
+++ b/manifests/role/rt.pp
@@ -27,6 +27,17 @@
enable_mail_submission => 'false',
enable_spamassassin=> 'false',
}
+
+ferm::service { 'http':
+proto => 'tcp',
+port => '80',
+}
+
+ferm::service { 'https':
+proto => 'tcp',
+port => '443',
+}
+
 }
 
 #  Labs/testing RT

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I880609ec13715256ba1330cdc1b0a6f169a62434
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Matanya 

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