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:
dbcf73e
)
fix munin 1
author
root
<root@handel.debian.org>
Sat, 18 Mar 2017 13:30:14 +0000
(13:30 +0000)
committer
Martin Zobel-Helas
<zobel@debian.org>
Sat, 18 Mar 2017 18:53:00 +0000
(19:53 +0100)
Signed-off-by: Martin Zobel-Helas <zobel@debian.org>
modules/munin/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/munin/manifests/init.pp
b/modules/munin/manifests/init.pp
index
9578c65
..
b4a5398
100644
(file)
--- a/
modules/munin/manifests/init.pp
+++ b/
modules/munin/manifests/init.pp
@@
-68,11
+68,9
@@
class munin {
notarule => true,
}
- @@munin::master-per-node {
- $::fqdn:
+ @@munin::master_per_node { $::fqdn:
ipaddress => $::ipaddress,
munin_async => $::munin_async,
- ;
}
#if $::munin_async and str2bool($::munin_async) == true {