From: Stephen Gran Date: Fri, 6 Nov 2009 22:06:17 +0000 (+0000) Subject: fix prototype deprecation warning X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=30dcdcc715011ecd8491d3a4a04eca31df963938;p=mirror%2Fdsa-puppet.git fix prototype deprecation warning Signed-off-by: Stephen Gran --- diff --git a/modules/munin-node/manifests/init.pp b/modules/munin-node/manifests/init.pp index d70ffdc0f..05c6e196f 100644 --- a/modules/munin-node/manifests/init.pp +++ b/modules/munin-node/manifests/init.pp @@ -1,4 +1,4 @@ -define activate_munin_check($ensure=present, script=$name) { +define activate_munin_check($ensure=present, $script=$name) { case $script { "": { $base = $name } default: { $base = $script }