projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
051324b
)
fix prototype deprecation warning
author
Stephen Gran
<steve@lobefin.net>
Fri, 6 Nov 2009 22:06:17 +0000
(22:06 +0000)
committer
Stephen 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
patch
|
blob
|
history
diff --git
a/modules/munin-node/manifests/init.pp
b/modules/munin-node/manifests/init.pp
index
d70ffdc
..
05c6e19
100644
(file)
--- 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 }