Fix a thinko in previous commit
authorAurelien Jarno <aurelien@aurel32.net>
Thu, 1 Feb 2018 23:57:58 +0000 (00:57 +0100)
committerAurelien Jarno <aurelien@aurel32.net>
Thu, 1 Feb 2018 23:57:58 +0000 (00:57 +0100)
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
modules/hardware/manifests/raid/proliant.pp

index fab4520..7868e29 100644 (file)
@@ -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
                                }
                        }