From a385bc413215ac5aa6b646c3e4ebf59063230bd8 Mon Sep 17 00:00:00 2001 From: mh Date: Tue, 29 Sep 2009 23:02:47 +0200 Subject: correctly include the right client class --- manifests/client/gentoo.pp | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'manifests/client') diff --git a/manifests/client/gentoo.pp b/manifests/client/gentoo.pp index 761742e..53d472b 100644 --- a/manifests/client/gentoo.pp +++ b/manifests/client/gentoo.pp @@ -1,9 +1,8 @@ class munin::client::gentoo inherits munin::client::package { - Package['munin-node'] { - name => 'munin', - category => 'net-analyzer', - } + Package['munin-node'] { + name => 'munin', + category => 'net-analyzer', + } - include munin::plugins::gentoo } -- cgit v1.2.3