stop using virtual resources for ferm::rule
[mirror/dsa-puppet.git] / modules / exim / manifests / init.pp
index b6cb829..bdfa1f2 100644 (file)
@@ -134,7 +134,7 @@ class exim {
        # 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':
+       ferm::rule { 'dsa-ident':
                domain      => '(ip ip6)',
                description => 'Allow ident access',
                rule        => '&SERVICE(tcp, 113)'