summaryrefslogtreecommitdiff
path: root/manifests/client.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-03-21 15:54:48 +0000
committermh <mh@immerda.ch>2008-03-21 15:54:48 +0000
commite3fd671690685c5ebd198c5fd643030290d142d6 (patch)
treef106de83443da6cdae26bbd761e42f996a96d757 /manifests/client.pp
parent185c968186f42fc28d719ddeac532185e6aaa172 (diff)
rearranged some munin stuff
Diffstat (limited to 'manifests/client.pp')
-rw-r--r--manifests/client.pp8
1 files changed, 5 insertions, 3 deletions
diff --git a/manifests/client.pp b/manifests/client.pp
index 13f3e09..0a65418 100644
--- a/manifests/client.pp
+++ b/manifests/client.pp
@@ -39,9 +39,6 @@ class munin::client {
guest: { include munin::plugins::vserver }
default: {
include munin::plugins::linux
- case $virtual {
- xen0: { include munin::plugins::dom0 }
- }
}
}
}
@@ -49,6 +46,11 @@ class munin::client {
err( "Don't know which munin plugins to install for $kernel" )
}
}
+ case $virtual {
+ physical: { munin::plugins::physical }
+ xen0: { include munin::plugins::dom0 }
+ xenu: { include munin::plugins::domU }
+ }
}