]> git.donarmstrong.com Git - dsa-puppet.git/blob - modules/munin/manifests/master-per-node.pp
Start with a storeconf munin thing
[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 }