8ae1ee3be832935bfcb267116471fc8f43b6ce7b
[mirror/dsa-puppet.git] / modules / munin / manifests / master_per_node.pp
1 # entry per-node to be collected on the master
2 define munin::master_per_node() {
3   $client_fqdn               = $name
4
5   file { "/etc/munin/munin-conf.d/${name}.conf":
6     content => template('munin/munin.conf_per_node.erb'),
7   }
8 }