That cast rather too broad a net, I think
[mirror/dsa-puppet.git] / manifests / site.pp
index 151faec..a29bcc1 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
     }
 }