]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
add hkp for kaufmann
authorMartin Zobel-Helas <zobel@debian.org>
Mon, 21 Jun 2010 12:45:30 +0000 (14:45 +0200)
committerMartin Zobel-Helas <zobel@debian.org>
Mon, 21 Jun 2010 12:45:30 +0000 (14:45 +0200)
Signed-off-by: Martin Zobel-Helas <zobel@debian.org>
manifests/site.pp

index 820bb08a9091d5d4adfb759a8e1cb3de1a45de03..49fc8530b7fe5dfee41092497a5f59e0fba32c51 100644 (file)
@@ -168,7 +168,7 @@ node default {
                    rule            => "source 172.22.127.147 interface bond0 jump ACCEPT",
           }
        }
-        heininen: {
+       heininen: {
           @ferm::rule { "dsa-syslog":
                    description     => "Allow syslog access",
                    rule            => "&SERVICE_RANGE(tcp, 5140, \$HOST_DEBIAN_V4)"
@@ -179,7 +179,13 @@ node default {
                    rule            => "&SERVICE_RANGE(tcp, 5140, \$HOST_DEBIAN_V6)"
           }
         }
-
+       kaufmann: {
+           @ferm::rule { "dsa-hkp":
+                   domain          => "(ip ip6)",
+                   description     => "Allow ftp access",
+                   rule            => "&SERVICE(tcp, 11371)"
+           }
+       }
     }
     case $brokenhosts {
         "true":    { include hosts }