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:
8128af5
)
kill the daemon watcher for mpt-statusd as well
author
Peter Palfrader
<peter@palfrader.org>
Sun, 28 Feb 2010 20:26:00 +0000
(21:26 +0100)
committer
Peter Palfrader
<peter@palfrader.org>
Sun, 28 Feb 2010 20:26:00 +0000
(21:26 +0100)
modules/raidmpt/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/raidmpt/manifests/init.pp
b/modules/raidmpt/manifests/init.pp
index
26e4d84
..
ac59398
100644
(file)
--- a/
modules/raidmpt/manifests/init.pp
+++ b/
modules/raidmpt/manifests/init.pp
@@
-11,7
+11,7
@@
class raidmpt {
}
exec {
"mpt-statusd-stop":
- command => 'pidfile=/var/run/mpt-statusd.pid; ! [ -e "$pidfile" ] || /sbin/start-stop-daemon --oknodo --stop --signal INT --quiet --pidfile "$pidfile"; rm -f "$pidfile"',
+ command => 'pidfile=/var/run/mpt-statusd.pid; ! [ -e "$pidfile" ] || /sbin/start-stop-daemon --oknodo --stop --signal INT --quiet --pidfile "$pidfile"; rm -f "$pidfile"
; pkill -INT -P 1 -u 0 -f "/usr/bin/daemon /etc/init.d/mpt-statusd check_mpt"
',
refreshonly => true,
;
}