Start with a storeconf munin thing
[mirror/dsa-puppet.git] / modules / munin / manifests / master-per-node.pp
1 define munin::master-per-node() {
2         file { "/etc/munin/munin-conf.d/${name}.conf":
3                 content => template('munin/munin.conf-per-node.erb'),
4         }
5 }