summaryrefslogtreecommitdiff
path: root/manifests/client.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2009-09-29 23:02:47 +0200
committermh <mh@immerda.ch>2009-09-29 23:02:47 +0200
commita385bc413215ac5aa6b646c3e4ebf59063230bd8 (patch)
treeb8341965578c9ed8dff225f2e3af1680eed2877f /manifests/client.pp
parent4b0841f9f2bcc58cd2da1f8913d7e4f05211888d (diff)
correctly include the right client class
Diffstat (limited to 'manifests/client.pp')
-rw-r--r--manifests/client.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/client.pp b/manifests/client.pp
index bf49f44..d033c28 100644
--- a/manifests/client.pp
+++ b/manifests/client.pp
@@ -17,6 +17,7 @@ class munin::client {
darwin: { include munin::client::darwin }
debian,ubuntu: { include munin::client::debian }
gentoo: { include munin::client::gentoo }
+ centos: { include munin::client::package }
default: { include munin::client::base }
}
if $use_shorewall {