summaryrefslogtreecommitdiff
path: root/manifests/client
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
parent4b0841f9f2bcc58cd2da1f8913d7e4f05211888d (diff)
correctly include the right client class
Diffstat (limited to 'manifests/client')
-rw-r--r--manifests/client/gentoo.pp9
1 files changed, 4 insertions, 5 deletions
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
}