Matanya has uploaded a new change for review.

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

Change subject: otrs: add ferm rule
......................................................................

otrs: add ferm rule

Change-Id: Ife12ea540caf9b76448ae2eb1b36a3135340623d
---
M manifests/role/otrs.pp
1 file changed, 5 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/86/130586/1

diff --git a/manifests/role/otrs.pp b/manifests/role/otrs.pp
index a22efe4..6010867 100644
--- a/manifests/role/otrs.pp
+++ b/manifests/role/otrs.pp
@@ -10,6 +10,11 @@
     include webserver::apache
     include network::constants
 
+    ferm::service { 'otrs_https':
+        proto => 'tcp',
+        port  => '443',
+    }
+
     generic::systemuser { 'otrs':
         name => 'otrs',
         home => '/var/lib/otrs',

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

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