Merge branch 'master' of git+ssh://puppet.debian.org/srv/puppet.debian.org/git/dsa...
authorMartin Zobel-Helas <zobel@debian.org>
Mon, 22 Feb 2010 09:27:34 +0000 (10:27 +0100)
committerMartin Zobel-Helas <zobel@debian.org>
Mon, 22 Feb 2010 09:27:34 +0000 (10:27 +0100)
modules/exim/manifests/init.pp

index 6856da2..50484f9 100644 (file)
@@ -161,4 +161,12 @@ class exim {
             description     => "Allow smtp access",
             rule            => "&SERVICE(tcp, 25)"
     }
+    # Do we actually want this?  I'm only doing it because it's harmless
+    # and makes the logs quiet.  There are better ways of making logs quiet,
+    # though.
+    @ferm::rule { "dsa-ident":
+            domain          => "(ip ip6)",
+            description     => "Allow ident access",
+            rule            => "&SERVICE(tcp, 113)"
+    }
 }