1d397ee5d4b45971f62750695c5596dde3cea7a0
[mirror/dsa-puppet.git] / modules / munin / manifests / master_per_node.pp
1 define munin::master_per_node() {
2   $client_fqdn               = $name
3
4   file { "/etc/munin/munin-conf.d/${name}.conf":
5     content => template('munin/munin.conf_per_node.erb'),
6   }
7 }