From 61c0da761a4b8397fba3fa913ab70713f95cff82 Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Sun, 8 Jan 2012 22:05:34 +0000 Subject: [PATCH] That cast rather too broad a net, I think Signed-off-by: Stephen Gran --- manifests/site.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 } } -- 2.20.1