summaryrefslogtreecommitdiff
path: root/manifests/plugin/deploy.pp
diff options
context:
space:
mode:
authorduritong <peter.meier+github@immerda.ch>2012-04-10 05:47:48 -0700
committerduritong <peter.meier+github@immerda.ch>2012-04-10 05:47:48 -0700
commitc49190c6c6cae7c7f854920667717dad2e3adb27 (patch)
treed655e7fbf5a12b2a622c83411b40397e512d01e1 /manifests/plugin/deploy.pp
parentd8de9540534a3801c87278435934da3c88a69e4b (diff)
parente2dfae5852ecdf3695a6af8ec48092ea24698390 (diff)
Merge pull request #2 from cwarden/fully-qualify-variables
Fully qualify facter variables
Diffstat (limited to 'manifests/plugin/deploy.pp')
-rw-r--r--manifests/plugin/deploy.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/plugin/deploy.pp b/manifests/plugin/deploy.pp
index 67cbfb8..7de8d45 100644
--- a/manifests/plugin/deploy.pp
+++ b/manifests/plugin/deploy.pp
@@ -15,7 +15,7 @@ define munin::plugin::deploy($source = '', $ensure = 'present', $config = '') {
mode => 0755, owner => root, group => 0;
}
- case $kernel {
+ case $::kernel {
openbsd: { $basic_require = File['/var/run/munin'] }
default: { $basic_require = Package['munin-node'] }
}