hoster: sort alphabetically
[mirror/dsa-puppet.git] / modules / exim / manifests / init.pp
index caf7480..bdfa1f2 100644 (file)
@@ -41,10 +41,6 @@ class exim {
                require => Package['exim4-daemon-heavy'],
                purge   => true,
        }
-       file { '/etc/exim4/Git':
-               ensure  => absent,
-               force   => true,
-       }
        file { '/etc/exim4/conf.d':
                ensure  => directory,
                purge   => true,
@@ -138,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)'