summaryrefslogtreecommitdiff
path: root/manifests/client
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2009-12-22 21:00:14 -0500
committerMicah Anderson <micah@riseup.net>2009-12-22 21:00:14 -0500
commit8067746d6c6efde6cc3d67177910aa96f9491652 (patch)
tree160b8e27570bbe65e6f8a2217e961d5aced425bc /manifests/client
parent556b274473452c9f95a02714e7686d3918f54dde (diff)
the 'users' munin plugin seems to be a centos-specific one, so we
setup a special munin::plugins::centos and include that in the proper client case statement for centos
Diffstat (limited to 'manifests/client')
-rw-r--r--manifests/client/package.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/client/package.pp b/manifests/client/package.pp
index 58f40da..1b124d0 100644
--- a/manifests/client/package.pp
+++ b/manifests/client/package.pp
@@ -8,4 +8,5 @@ class munin::client::package inherits munin::client::base {
# boot the munin-node without failure!
before => Package['munin-node'],
}
+ include munin::plugins::centos
}