fix munin 1
authorroot <root@handel.debian.org>
Sat, 18 Mar 2017 13:30:14 +0000 (13:30 +0000)
committerroot <root@handel.debian.org>
Sat, 18 Mar 2017 13:30:14 +0000 (13:30 +0000)
modules/munin/manifests/init.pp

index 9578c65..b4a5398 100644 (file)
@@ -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 {