fix munin 1
[mirror/dsa-puppet.git] / modules / munin / manifests / master-per-node.pp
1 define munin::master-per-node($ipaddress, $munin_async) {
2         $client_fqdn               = $name
3         $client_ipaddress          = $ipaddress
4         $client_munin_async        = $munin_async
5
6         file { "/etc/munin/munin-conf.d/${name}.conf":
7                 content => template('munin/munin.conf-per-node.erb'),
8         }
9 }