Note that exim contains tracker-specific configuration
[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 }