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:
ab6e3c8
)
And for no reason that I can see, quote the value in the case statement
author
Stephen Gran
<steve@lobefin.net>
Sun, 1 Mar 2009 00:16:18 +0000
(
00:16
+0000)
committer
Stephen Gran
<steve@lobefin.net>
Sun, 1 Mar 2009 00:16:18 +0000
(
00:16
+0000)
Signed-off-by: Stephen Gran <steve@lobefin.net>
manifests/site.pp
patch
|
blob
|
history
diff --git
a/manifests/site.pp
b/manifests/site.pp
index
1636b2f
..
47b8c7e
100644
(file)
--- a/
manifests/site.pp
+++ b/
manifests/site.pp
@@
-9,7
+9,7
@@
node default {
include exim
case $raidcontroller {
-
true
: { include debian-proliant }
+
"true"
: { include debian-proliant }
default: {}
}
}