diff options
author | mh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279> | 2008-03-21 15:57:06 +0000 |
---|---|---|
committer | mh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279> | 2008-03-21 15:57:06 +0000 |
commit | 274e54bda13b811bf91c9bc3a04b0032d60b1164 (patch) | |
tree | 7722e2d25f0b5f9fbd1e9ca26108479222e74da7 /manifests/client.pp | |
parent | 6c6496bbce75a1424167dba817b9c108da47ac2d (diff) |
fixed typo
git-svn-id: https://rfd.cronopios.org/ipuppet/trunk/modules/munin@1082 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
Diffstat (limited to 'manifests/client.pp')
-rw-r--r-- | manifests/client.pp | 2 |
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 } } |