]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
add infinote port (RT#3293)
authorMartin Zobel-Helas <zobel@debian.org>
Sat, 27 Aug 2011 13:18:08 +0000 (15:18 +0200)
committerMartin Zobel-Helas <zobel@debian.org>
Sat, 27 Aug 2011 13:18:08 +0000 (15:18 +0200)
Signed-off-by: Martin Zobel-Helas <zobel@debian.org>
modules/ferm/manifests/per-host.pp

index a1715dc09fa63e18a60679b1e44d69bb9a936cba..40ff44df383e194e7b31731f0be0347301f158e3 100644 (file)
@@ -81,6 +81,13 @@ class ferm::per-host {
                 rule            => "&SERVICE(tcp, 11371)"
             }
         }
+        gombert: {
+            @ferm::rule { "dsa-infinoted":
+                domain          => "(ip ip6)",
+                description     => "Allow infinoted access",
+                rule            => "&SERVICE(tcp, 6523)"
+            }
+        }
         liszt: {
             @ferm::rule { "smtp":
                 domain          => "(ip ip6)",