]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
That cast rather too broad a net, I think
authorStephen Gran <steve@lobefin.net>
Sun, 8 Jan 2012 22:05:34 +0000 (22:05 +0000)
committerStephen Gran <steve@lobefin.net>
Sun, 8 Jan 2012 22:05:34 +0000 (22:05 +0000)
Signed-off-by: Stephen Gran <steve@lobefin.net>
manifests/site.pp

index 151faec07d13a351abc0aca10a0092b94fe89a3e..a29bcc11a6087a523b84f569c4a27018d0d4a438 100644 (file)
@@ -165,9 +165,9 @@ node default {
     case $kernel {
         Linux: { include entropykey }
     }
-    if $::postgres84 {
+    if $::postgres84 == "true" {
         include postgres
-    } elsif $::postgres90 {
+    } elsif $::postgres90 == "true" {
         include postgres
     }
 }