X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fmunin%2Fmanifests%2Fmaster_per_node.pp;fp=modules%2Fmunin%2Fmanifests%2Fmaster_per_node.pp;h=eb1b5ca6f39da87bcd1bdddf8f25d06d8df0f18f;hb=2a82558c08c075dee18313f60ae78d307c9f1335;hp=8ae1ee3be832935bfcb267116471fc8f43b6ce7b;hpb=6f10c816da4e6a1b8e917214f0bcb9001602523c;p=mirror%2Fdsa-puppet.git diff --git a/modules/munin/manifests/master_per_node.pp b/modules/munin/manifests/master_per_node.pp index 8ae1ee3be..eb1b5ca6f 100644 --- a/modules/munin/manifests/master_per_node.pp +++ b/modules/munin/manifests/master_per_node.pp @@ -1,6 +1,9 @@ # entry per-node to be collected on the master -define munin::master_per_node() { - $client_fqdn = $name +define munin::master_per_node( + $client_fqdn = $name, + $client_ipaddress = undef, + $client_munin_async = undef, +) { file { "/etc/munin/munin-conf.d/${name}.conf": content => template('munin/munin.conf_per_node.erb'),