diff options
author | mh <mh@immerda.ch> | 2010-07-19 21:34:29 +0200 |
---|---|---|
committer | mh <mh@immerda.ch> | 2010-07-19 21:34:29 +0200 |
commit | 271fb020c2f0265cf4eeb82e79c8beab9eee14ff (patch) | |
tree | 8d1f169f11a6dffd62ea750940e382e5043750b7 /manifests/plugins | |
parent | dab730ed6b0667d4356c0e8e21e37719ea977a93 (diff) |
fixing a possible include problem
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 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" } } } |