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:
2601a0e
)
syntax
author
Stephen Gran
<steve@lobefin.net>
Thu, 5 Apr 2012 11:23:11 +0000
(12:23 +0100)
committer
Stephen Gran
<steve@lobefin.net>
Thu, 5 Apr 2012 11:23:11 +0000
(12:23 +0100)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/munin/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/munin/manifests/init.pp
b/modules/munin/manifests/init.pp
index
1ba4477
..
aa7dbdb
100644
(file)
--- a/
modules/munin/manifests/init.pp
+++ b/
modules/munin/manifests/init.pp
@@
-10,7
+10,7
@@
class munin {
}
file { '/etc/munin/munin-node.conf':
- content => template('munin/munin-node.conf.erb')
+ content => template('munin/munin-node.conf.erb')
,
require => Package['munin-node'],
notify => Service['munin-node'],
}