From: Peter Palfrader Date: Mon, 28 Aug 2017 12:40:55 +0000 (+0200) Subject: run every 2 hours instead of hourly X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=f8bf2e26d41d74a356c9f923548b9733e0e6a98f;p=mirror%2Fdsa-puppet.git run every 2 hours instead of hourly --- diff --git a/modules/hardware/manifests/raid/proliant.pp b/modules/hardware/manifests/raid/proliant.pp index 39e37d3ef..f877cf5b8 100644 --- a/modules/hardware/manifests/raid/proliant.pp +++ b/modules/hardware/manifests/raid/proliant.pp @@ -32,7 +32,7 @@ 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 } }