diff options
author | mh <mh@immerda.ch> | 2010-07-19 21:41:05 +0200 |
---|---|---|
committer | mh <mh@immerda.ch> | 2010-07-19 21:41:05 +0200 |
commit | 002e6fb8f374de98a9532102248e0776ecfdb3c8 (patch) | |
tree | 70690d289390eaff4535f762df4e32e24b6c8de1 /manifests/plugins | |
parent | 271fb020c2f0265cf4eeb82e79c8beab9eee14ff (diff) |
another fix for inclusion
Diffstat (limited to 'manifests/plugins')
-rw-r--r-- | manifests/plugins/base.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/plugins/base.pp b/manifests/plugins/base.pp index 2924599..ff36a19 100644 --- a/manifests/plugins/base.pp +++ b/manifests/plugins/base.pp @@ -20,6 +20,6 @@ class munin::plugins::base { case $virtual { physical: { include munin::plugins::physical } - xen0: { include "munin::plugins::dom0" } + xen0: { include ::munin::plugins::dom0 } } } |