]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
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 1636b2f513dce9834c27355f45f89f34471da139..47b8c7e8557da456935a81f5abd3cbf16cf7c045 100644 (file)
@@ -9,7 +9,7 @@ node default {
     include exim
 
     case $raidcontroller {
-        true:    { include debian-proliant }
+        "true":    { include debian-proliant }
         default: {}
     }
 }