yes, liszt might want to speak smtp
authorMartin Zobel-Helas <zobel@debian.org>
Sun, 25 Jul 2010 15:53:43 +0000 (17:53 +0200)
committerMartin Zobel-Helas <zobel@debian.org>
Sun, 25 Jul 2010 15:53:43 +0000 (17:53 +0200)
manifests/site.pp

index 4738640..81cba4e 100644 (file)
@@ -197,6 +197,13 @@ node default {
                    rule            => "&SERVICE(tcp, 873)"
           }
        }
+       liszt: {
+           @ferm::rule { "smtp":
+                   domain          => "(ip ip6)",
+                   description     => "Allow smtp access",
+                   rule            => "&SERVICE(tcp, 25)"
+           }
+        }
     }
     case $brokenhosts {
         "true":    { include hosts }