projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c5b38d
)
smaller timeout before we attempt to restart hpasmcli
author
Peter Palfrader
<peter@palfrader.org>
Tue, 13 Mar 2018 13:01:32 +0000
(14:01 +0100)
committer
Peter Palfrader
<peter@palfrader.org>
Tue, 13 Mar 2018 13:01:32 +0000
(14:01 +0100)
modules/hardware/manifests/fixes.pp
patch
|
blob
|
history
diff --git
a/modules/hardware/manifests/fixes.pp
b/modules/hardware/manifests/fixes.pp
index
143163f
..
4f1bda7
100644
(file)
--- 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
4
5 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
2
5 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
}
}