summaryrefslogtreecommitdiff
path: root/manifests/client.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-04-24 11:05:25 +0000
committermh <mh@immerda.ch>2008-04-24 11:05:25 +0000
commiteeb818d8d3d16bda743dd007fedcb4de25ba2027 (patch)
tree1f4ff98a134443989a8642e0b2556cc2a65d6c53 /manifests/client.pp
parentb543e7dfd5482555cf035ce28c3ceaccd22e7bde (diff)
fixed munin stuff
Diffstat (limited to 'manifests/client.pp')
-rw-r--r--manifests/client.pp3
1 files changed, 2 insertions, 1 deletions
diff --git a/manifests/client.pp b/manifests/client.pp
index c81e6f4..8181845 100644
--- a/manifests/client.pp
+++ b/manifests/client.pp
@@ -66,6 +66,7 @@ define munin::register()
@@file { "${NODESDIR}/${name}_${munin_port_real}":
ensure => present,
content => template("munin/defaultclient.erb"),
+ tag => 'munin',
}
}
@@ -129,7 +130,7 @@ class munin::client::debian
munin::register { $fqdn: }
# workaround bug in munin_node_configure
- plugin { "postfix_mailvolume": ensure => absent }
+ munin::plugin { "postfix_mailvolume": ensure => absent }
}
class munin::client::gentoo