move absent cron.d files to one-line statements to make grepping easier
[mirror/dsa-puppet.git] / modules / hardware / manifests / raid / proliant.pp
index 39e37d3..60189fc 100644 (file)
@@ -32,13 +32,11 @@ class hardware::raid::proliant {
                                target => '/etc/cron.d/puppet-nagios-wraps',
                                order  => '020',
                                content  => @(EOF)
-                                       27 * * * * root sleep $(( $RANDOM \% 900 )); dsa-wrap-nagios-check dsa-check-hpssacli
+                                       27 */2 * * * root sleep $(( $RANDOM \% 900 )); dsa-wrap-nagios-check dsa-check-hpssacli
                                        | EOF
                        }
                }
-               file { '/etc/cron.d/puppet-nagios-hpsa':
-                       ensure => absent,
-               }
+               file { '/etc/cron.d/puppet-nagios-hpsa': ensure => absent, }
        } else {
                site::aptrepo { 'debian.restricted':
                        ensure => absent,