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:
14b9d60
)
and get the path right
author
Stephen Gran
<steve@lobefin.net>
Sat, 17 Oct 2009 23:15:08 +0000
(
00:15
+0100)
committer
Stephen Gran
<steve@lobefin.net>
Sat, 17 Oct 2009 23:15:08 +0000
(
00:15
+0100)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/munin-node/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/munin-node/manifests/init.pp
b/modules/munin-node/manifests/init.pp
index
020b827
..
d70ffdc
100644
(file)
--- a/
modules/munin-node/manifests/init.pp
+++ b/
modules/munin-node/manifests/init.pp
@@
-60,7
+60,7
@@
class munin-node {
notify => Exec["munin-node restart"];
"/etc/munin/plugin-conf.d/munin-node":
- content => template("munin/munin-node.plugin.conf.erb"),
+ content => template("munin
-node
/munin-node.plugin.conf.erb"),
require => Package["munin-node"],
notify => Exec["munin-node restart"];
}