]> gitweb.fluxo.info Git - puppet-shorewall.git/commitdiff
added filetransfer proxy port to jabberserver ruleset
authorJuerg Gerber <gerber@puzzle.ch>
Tue, 21 Sep 2010 13:23:55 +0000 (15:23 +0200)
committerMarcel Haerry <haerry@puzzle.ch>
Thu, 4 Aug 2011 09:19:31 +0000 (11:19 +0200)
manifests/rules/jabberserver.pp

index 3b38b294d176667cff21c11569da6879314f69f6..2017aea61ef66b9bc86d9bbdfaca473dc3ffc51f 100644 (file)
@@ -4,7 +4,7 @@ class shorewall::rules::jabberserver {
             source          => 'net',
             destination     => '$FW',
             proto           => 'tcp',
-            destinationport => '5222,5223,5269',
+            destinationport => '5222,5223,5269,7777',
             order           => 240,
             action          => 'ACCEPT';
     'me-net-tcp_jabber_s2s':