summaryrefslogtreecommitdiff
path: root/manifests/client.pp
diff options
context:
space:
mode:
authormh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2008-03-21 15:57:06 +0000
committermh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2008-03-21 15:57:06 +0000
commit1804eec4a2d9d99964373595da00349adc869cac (patch)
tree7722e2d25f0b5f9fbd1e9ca26108479222e74da7 /manifests/client.pp
parent89ef873f7b1f26e670fb4abc8cadea8e87e76de0 (diff)
fixed typo
git-svn-id: https://svn/ipuppet/trunk/modules/munin@1082 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
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 }
}