From: Aurelien Jarno Date: Thu, 1 Feb 2018 23:57:58 +0000 (+0100) Subject: Fix a thinko in previous commit X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=f0f9932ef07c6f9f958c8a71adfe499c84bd3b48;p=mirror%2Fdsa-puppet.git Fix a thinko in previous commit Signed-off-by: Aurelien Jarno --- diff --git a/modules/hardware/manifests/raid/proliant.pp b/modules/hardware/manifests/raid/proliant.pp index fab4520fa..7868e2919 100644 --- a/modules/hardware/manifests/raid/proliant.pp +++ b/modules/hardware/manifests/raid/proliant.pp @@ -33,7 +33,7 @@ class hardware::raid::proliant { target => '/etc/cron.d/dsa-puppet-stuff', order => '020', content => @(EOF) - 27 */2 * * * root sleep $(( $RANDOM \% 900 )); dsa-wrap-nagios-check dsa-check-hpssacli + 27 */2 * * * root sleep $(( $RANDOM \% 900 )); dsa-wrap-nagios-check dsa-check-hpssacli --no-battery | EOF } } else { @@ -41,7 +41,7 @@ class hardware::raid::proliant { target => '/etc/cron.d/dsa-puppet-stuff', order => '020', content => @(EOF) - 27 */2 * * * root sleep $(( $RANDOM \% 900 )); dsa-wrap-nagios-check dsa-check-hpssacli --no-battery + 27 */2 * * * root sleep $(( $RANDOM \% 900 )); dsa-wrap-nagios-check dsa-check-hpssacli | EOF } }