X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fhardware%2Fmanifests%2Ffixes.pp;h=4f1bda774fe46248316b57085cf1b7c3ab9b6d4c;hb=e3b8a5e4eae28e96b6d955b4be408f8510e49c52;hp=143163f543da2753c0ff71ba213b7890bb3f9123;hpb=4c5b38dfdd15ac9c0ab6206c7e40b6fc4588f6b2;p=mirror%2Fdsa-puppet.git diff --git a/modules/hardware/manifests/fixes.pp b/modules/hardware/manifests/fixes.pp index 143163f54..4f1bda774 100644 --- a/modules/hardware/manifests/fixes.pp +++ b/modules/hardware/manifests/fixes.pp @@ -5,7 +5,7 @@ class hardware::fixes { target => '/etc/cron.d/dsa-puppet-stuff', #order => '100', content => @(EOF) - @hourly root (for i in `seq 1 5`; do timeout 45 hpasmcli -s help && break; sleep 5; service hp-health stop; sleep 5; service hp-health start; sleep 10; done) > /dev/null 2>/dev/null + @hourly root (for i in `seq 1 5`; do timeout 25 hpasmcli -s help && break; sleep 5; service hp-health stop; sleep 5; service hp-health start; sleep 10; done) > /dev/null 2>/dev/null | EOF } }