summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2009-12-23 14:25:02 -0500
committerMicah Anderson <micah@riseup.net>2009-12-23 14:25:02 -0500
commita6477f6edc481b7874ae8b3497343d3ad8ad805f (patch)
tree644e40dc55b3a7c4c28b4aff843354e68c7149f1
parent3eccdd86f22ba7c4a6505da7704a4b77830edf93 (diff)
finish settting up splitting the centos bits
-rw-r--r--manifests/client.pp2
-rw-r--r--manifests/client/package.pp1
2 files changed, 1 insertions, 2 deletions
diff --git a/manifests/client.pp b/manifests/client.pp
index 24d84da..1767c00 100644
--- a/manifests/client.pp
+++ b/manifests/client.pp
@@ -17,7 +17,7 @@ class munin::client inherits munin {
darwin: { include munin::client::darwin }
debian,ubuntu: { include munin::client::debian }
gentoo: { include munin::client::gentoo }
- centos: { include munin::client::package }
+ centos: { include munin::client::centos }
default: { include munin::client::base }
}
if $use_shorewall {
diff --git a/manifests/client/package.pp b/manifests/client/package.pp
index 1b124d0..58f40da 100644
--- a/manifests/client/package.pp
+++ b/manifests/client/package.pp
@@ -8,5 +8,4 @@ class munin::client::package inherits munin::client::base {
# boot the munin-node without failure!
before => Package['munin-node'],
}
- include munin::plugins::centos
}