move absent cron.d files to one-line statements to make grepping easier
[mirror/dsa-puppet.git] / modules / buildd / manifests / init.pp
index fa05663..5389a5f 100644 (file)
@@ -75,9 +75,7 @@ class buildd ($ensure=present) {
                file { '/etc/apt/preferences.d/buildd':
                        ensure => absent,
                }
-               file { '/etc/cron.d/dsa-buildd':
-                       ensure => absent,
-               }
+               file { '/etc/cron.d/dsa-buildd': ensure => absent, }
                concat::fragment { 'dsa-puppet-stuff--buildd':
                        target => '/etc/cron.d/dsa-puppet-stuff',
                        source  => 'puppet:///modules/buildd/cron.d-dsa-buildd',
@@ -98,9 +96,7 @@ class buildd ($ensure=present) {
                                mode    => '0555',
                        }
                }
-               file { '/etc/cron.d/puppet-buildd-aptitude':
-                       ensure => absent
-               }
+               file { '/etc/cron.d/puppet-buildd-aptitude': ensure => absent }
                concat::fragment { 'dsa-puppet-stuff--buildd-aptitude-killer':
                        target => '/etc/cron.d/dsa-puppet-stuff',
                        content  => @(EOF)
@@ -113,9 +109,7 @@ class buildd ($ensure=present) {
                        ensure => 'stopped',
                }
 
-               file { '/etc/cron.d/puppet-update-buildd-schroots':
-                       ensure => absent
-               }
+               file { '/etc/cron.d/puppet-update-buildd-schroots': ensure => absent }
                if $has_srv_buildd {
                        concat::fragment { 'dsa-puppet-stuff--buildd-update-schroots':
                                target => '/etc/cron.d/dsa-puppet-stuff',