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.adam-barratt.org.uk/?a=commitdiff_plain;h=61c0da761a4b8397fba3fa913ab70713f95cff82;p=mirror%2Fdsa-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 151faec07..a29bcc11a 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 } }