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