From: Peter Palfrader Date: Sun, 22 Sep 2019 13:35:04 +0000 (+0200) Subject: munin/master_per_node: no longer needs to be backwards compatible X-Git-Url: https://wiki.adam-barratt.org.uk/gitweb/?a=commitdiff_plain;h=3ba9946da12b7ae94b41c129c5e796bbb092ac64;p=mirror%2Fdsa-puppet.git munin/master_per_node: no longer needs to be backwards compatible --- 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'), }