From 271fb020c2f0265cf4eeb82e79c8beab9eee14ff Mon Sep 17 00:00:00 2001 From: mh Date: Mon, 19 Jul 2010 21:34:29 +0200 Subject: fixing a possible include problem --- manifests/plugins/base.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/plugins/base.pp') diff --git a/manifests/plugins/base.pp b/manifests/plugins/base.pp index bfccae5..2924599 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" } } } -- cgit v1.2.3