X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=manifests%2Fsite.pp;h=f94264caff6ddb649d6ee4ae9a66400e59fbfc7f;hb=e5e7f78687d7435c292dd67d05d97432af514fba;hp=151faec07d13a351abc0aca10a0092b94fe89a3e;hpb=7b4bd36615883d13b1cb2dd84562939e44777493;p=mirror%2Fdsa-puppet.git diff --git a/manifests/site.pp b/manifests/site.pp index 151faec07..f94264caf 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -27,6 +27,7 @@ node default { include monit include apt-keys include ntp + include ntpdate include ssl include motd @@ -165,9 +166,9 @@ node default { case $kernel { Linux: { include entropykey } } - if $::postgres84 { + if $::postgres84 == "true" { include postgres - } elsif $::postgres90 { + } elsif $::postgres90 == "true" { include postgres } }