move absent cron.d files to one-line statements to make grepping easier
[mirror/dsa-puppet.git] / modules / exim / manifests / mx.pp
index 2ef980b..cddf405 100644 (file)
@@ -42,7 +42,5 @@ class exim::mx inherits exim {
                                | EOF
                }
        }
-       file { '/etc/cron.d/dsa-email-virtualdomains':
-               ensure => absent,
-       }
+       file { '/etc/cron.d/dsa-email-virtualdomains': ensure => absent, }
 }