X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fmunin%2Fmanifests%2Fmaster_per_node.pp;h=9a9bb06e60f0115f294acb7c71d83309b75a582a;hb=fa67a3c70b0ad6f46691ee1495dfa7f249143d52;hp=eb1b5ca6f39da87bcd1bdddf8f25d06d8df0f18f;hpb=2a82558c08c075dee18313f60ae78d307c9f1335;p=mirror%2Fdsa-puppet.git diff --git a/modules/munin/manifests/master_per_node.pp b/modules/munin/manifests/master_per_node.pp index eb1b5ca6f..9a9bb06e6 100644 --- a/modules/munin/manifests/master_per_node.pp +++ b/modules/munin/manifests/master_per_node.pp @@ -1,10 +1,7 @@ # entry per-node to be collected on the master 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'), }