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:
13cc186
)
fix munin check type
author
Stephen Gran
<steve@lobefin.net>
Fri, 22 Jan 2010 01:06:45 +0000
(
01:06
+0000)
committer
Stephen Gran
<steve@lobefin.net>
Fri, 22 Jan 2010 01:06:45 +0000
(
01: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
91e1e78
..
8ba1fbe
100644
(file)
--- 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
=$nam
e) {
+define activate_munin_check($ensure=present, $script
= non
e) {
case $script {
-
""
: { $link = $name }
+
none
: { $link = $name }
default: { $link = $script }
}