From f0f9932ef07c6f9f958c8a71adfe499c84bd3b48 Mon Sep 17 00:00:00 2001 From: Aurelien Jarno Date: Fri, 2 Feb 2018 00:57:58 +0100 Subject: [PATCH] Fix a thinko in previous commit Signed-off-by: Aurelien Jarno --- modules/hardware/manifests/raid/proliant.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 } } -- 2.20.1