From: Stephen Gran Date: Sun, 8 Jan 2012 22:05:34 +0000 (+0000) Subject: That cast rather too broad a net, I think X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=61c0da761a4b8397fba3fa913ab70713f95cff82;hp=7b4bd36615883d13b1cb2dd84562939e44777493;p=dsa-puppet.git That cast rather too broad a net, I think Signed-off-by: Stephen Gran --- diff --git a/manifests/site.pp b/manifests/site.pp index 151faec0..a29bcc11 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -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 } }