puppet 4 foo
[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 }