X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fhardware%2Fmanifests%2Fraid%2Fproliant.pp;h=60189fc0547dd2e078175bf1940eeff15a4664eb;hb=44688b3127634f8a9369c6419f45a706a39ee628;hp=39e37d3ef1f7a9a1930f17e7e9536a21d1518015;hpb=ada2a1dd5c06f69eb3ba3e69ffa21a1a550ec403;p=mirror%2Fdsa-puppet.git diff --git a/modules/hardware/manifests/raid/proliant.pp b/modules/hardware/manifests/raid/proliant.pp index 39e37d3ef..60189fc05 100644 --- a/modules/hardware/manifests/raid/proliant.pp +++ b/modules/hardware/manifests/raid/proliant.pp @@ -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,