]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/munin/manifests/init.pp
Start with a storeconf munin thing
[dsa-puppet.git] / modules / munin / manifests / init.pp
index 62805de2b2872ba1e6d41480aa9f8cb3f3d07fd7..d5df24ef8741b23fd137cc813613b6434633f21b 100644 (file)
@@ -59,4 +59,6 @@ class munin {
                rule            => 'proto tcp mod state state (NEW) dport (munin) @subchain \'munin\' { saddr ($HOST_MUNIN_V6 $HOST_NAGIOS_V6) ACCEPT; }',
                notarule        => true,
        }
+
+       @@munin::master-per-node { $::fqdn: }
 }