]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/munin/manifests/master-per-node.pp
More munin stuff, supporting munin-async if it is on the client
[dsa-puppet.git] / modules / munin / manifests / master-per-node.pp
index 5f8dee9b05363e7017faa0a0137f895813bd6d1f..1d8864e2a680aef4f0b26a7dd4413286dea3157a 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'),
        }