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:
c6ab715
)
quote link target
author
Stephen Gran
<steve@lobefin.net>
Sun, 25 Apr 2010 19:33:44 +0000
(20:33 +0100)
committer
Stephen Gran
<steve@lobefin.net>
Sun, 25 Apr 2010 19:33:44 +0000
(20:33 +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
af4bea3
..
1fcbf89
100644
(file)
--- a/
modules/monit/manifests/init.pp
+++ b/
modules/monit/manifests/init.pp
@@
-14,7
+14,7
@@
class monit {
file {
"/etc/rc2.d/K99monit":
- ensure =>
../init.d/monit
;
+ ensure =>
"../init.d/monit"
;
"/etc/rc2.d/S99monit":
ensure => absent;