From a6477f6edc481b7874ae8b3497343d3ad8ad805f Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Wed, 23 Dec 2009 14:25:02 -0500 Subject: finish settting up splitting the centos bits --- manifests/client.pp | 2 +- manifests/client/package.pp | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'manifests') 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 } -- cgit v1.2.3