run every 2 hours instead of hourly
[mirror/dsa-puppet.git] / modules / hardware / manifests / raid / proliant.pp
index 39e37d3..f877cf5 100644 (file)
@@ -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
                        }
                }