summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2010-07-19 21:41:05 +0200
committermh <mh@immerda.ch>2010-07-19 21:41:05 +0200
commit002e6fb8f374de98a9532102248e0776ecfdb3c8 (patch)
tree70690d289390eaff4535f762df4e32e24b6c8de1 /manifests
parent271fb020c2f0265cf4eeb82e79c8beab9eee14ff (diff)
another fix for inclusion
Diffstat (limited to 'manifests')
-rw-r--r--manifests/plugins/base.pp2
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 }
}
}