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:
618c807
)
the right path helps
author
Stephen Gran
<steve@lobefin.net>
Mon, 18 Jan 2010 20:27:00 +0000
(20:27 +0000)
committer
Stephen Gran
<steve@lobefin.net>
Mon, 18 Jan 2010 20:27:00 +0000
(20:27 +0000)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/munin-node/manifests/master.pp
patch
|
blob
|
history
diff --git
a/modules/munin-node/manifests/master.pp
b/modules/munin-node/manifests/master.pp
index
c7eb80b
..
cff2941
100644
(file)
--- a/
modules/munin-node/manifests/master.pp
+++ b/
modules/munin-node/manifests/master.pp
@@
-4,7
+4,7
@@
class munin-node::master inherits munin-node {
file {
"/etc/munin/munin.conf":
- content => template("munin/munin.conf.erb"),
+ content => template("munin
-node
/munin.conf.erb"),
require => Package["munin"];
}
}