]> gitweb.fluxo.info Git - puppet-shorewall.git/commitdiff
enabling also hkps to keyservers
authormh <mh@immerda.ch>
Thu, 17 Jun 2010 06:33:22 +0000 (08:33 +0200)
committermh <mh@immerda.ch>
Thu, 17 Jun 2010 06:33:22 +0000 (08:33 +0200)
manifests/rules/out/keyserver.pp

index 45fdf622ddfef822b06e4206c7207ce3ca49a971..aa7147e07780c1536321f9ae2a606f7d6cc8d352 100644 (file)
@@ -4,7 +4,7 @@ class shorewall::rules::out::keyserver {
       source          =>  '$FW',
       destination     =>  'net',
       proto           =>  'tcp',
-      destinationport =>  '11371',
+      destinationport =>  '11371,11372',
       order           =>  240,
       action          => 'ACCEPT'; 
  }