From: Stephen Gran Date: Fri, 22 Jan 2010 01:06:45 +0000 (+0000) Subject: fix munin check type X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=9f7c90a1d4f618e02282dc009b595596b943daa4;p=mirror%2Fdsa-puppet.git fix munin check type Signed-off-by: Stephen Gran --- diff --git a/modules/munin-node/manifests/init.pp b/modules/munin-node/manifests/init.pp index 91e1e78bc..8ba1fbe58 100644 --- a/modules/munin-node/manifests/init.pp +++ b/modules/munin-node/manifests/init.pp @@ -1,6 +1,6 @@ -define activate_munin_check($ensure=present, $script=$name) { +define activate_munin_check($ensure=present, $script = none) { case $script { - "": { $link = $name } + none: { $link = $name } default: { $link = $script } }