summaryrefslogtreecommitdiff
path: root/manifests/client.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-03-21 15:57:06 +0000
committermh <mh@immerda.ch>2008-03-21 15:57:06 +0000
commit2601cf24698507d2be6e75923b58f8fb40ed2985 (patch)
tree7722e2d25f0b5f9fbd1e9ca26108479222e74da7 /manifests/client.pp
parente3fd671690685c5ebd198c5fd643030290d142d6 (diff)
fixed typo
Diffstat (limited to 'manifests/client.pp')
-rw-r--r--manifests/client.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/client.pp b/manifests/client.pp
index 0a65418..dbf175a 100644
--- a/manifests/client.pp
+++ b/manifests/client.pp
@@ -47,7 +47,7 @@ class munin::client {
}
}
case $virtual {
- physical: { munin::plugins::physical }
+ physical: { include munin::plugins::physical }
xen0: { include munin::plugins::dom0 }
xenu: { include munin::plugins::domU }
}