summaryrefslogtreecommitdiff
path: root/manifests/plugins/base.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2012-04-10 14:57:32 +0200
committermh <mh@immerda.ch>2012-04-10 14:57:32 +0200
commitf06092dda9280b373f7a55dd11b650c729059151 (patch)
tree44de4b06a7c695249a647cc71d515031568cf627 /manifests/plugins/base.pp
parentf2a0d2623b36e6105f31e51d99cbd349adaa30d7 (diff)
parentc49190c6c6cae7c7f854920667717dad2e3adb27 (diff)
merge from github
Diffstat (limited to 'manifests/plugins/base.pp')
-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 007579c..972a674 100644
--- a/manifests/plugins/base.pp
+++ b/manifests/plugins/base.pp
@@ -7,7 +7,7 @@ class munin::plugins::base {
}
include munin::plugins::interfaces
- case $kernel {
+ case $::kernel {
openbsd: { include munin::plugins::openbsd }
linux: {
case $vserver {