fix prototype deprecation warning
authorStephen Gran <steve@lobefin.net>
Fri, 6 Nov 2009 22:06:17 +0000 (22:06 +0000)
committerStephen Gran <steve@lobefin.net>
Fri, 6 Nov 2009 22:06:17 +0000 (22:06 +0000)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/munin-node/manifests/init.pp

index d70ffdc..05c6e19 100644 (file)
@@ -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 }