projects
/
puppet_munin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dab730e
)
fixing a possible include problem
author
mh
<mh@immerda.ch>
Mon, 19 Jul 2010 19:34:29 +0000
(21:34 +0200)
committer
mh
<mh@immerda.ch>
Mon, 19 Jul 2010 19:34:29 +0000
(21:34 +0200)
manifests/plugins/base.pp
patch
|
blob
|
history
diff --git
a/manifests/plugins/base.pp
b/manifests/plugins/base.pp
index
bfccae5
..
2924599
100644
(file)
--- 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"
}
}
}