And for no reason that I can see, quote the value in the case statement
authorStephen Gran <steve@lobefin.net>
Sun, 1 Mar 2009 00:16:18 +0000 (00:16 +0000)
committerStephen 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

index 1636b2f..47b8c7e 100644 (file)
@@ -9,7 +9,7 @@ node default {
     include exim
 
     case $raidcontroller {
-        true:    { include debian-proliant }
+        "true":    { include debian-proliant }
         default: {}
     }
 }