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:
23893e3
)
add kill link
author
Stephen Gran
<steve@lobefin.net>
Sun, 25 Apr 2010 19:31:49 +0000
(20:31 +0100)
committer
Stephen Gran
<steve@lobefin.net>
Sun, 25 Apr 2010 19:31:49 +0000
(20:31 +0100)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/monit/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/monit/manifests/init.pp
b/modules/monit/manifests/init.pp
index
63ad03c
..
af4bea3
100644
(file)
--- a/
modules/monit/manifests/init.pp
+++ b/
modules/monit/manifests/init.pp
@@
-13,6
+13,9
@@
class monit {
file {
+ "/etc/rc2.d/K99monit":
+ ensure => ../init.d/monit;
+
"/etc/rc2.d/S99monit":
ensure => absent;