X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=manifests%2Fsite.pp;h=f94264caff6ddb649d6ee4ae9a66400e59fbfc7f;hb=bec47f64dd4fc0b22b0ee6786caf788af66b69c6;hp=151faec07d13a351abc0aca10a0092b94fe89a3e;hpb=7b4bd36615883d13b1cb2dd84562939e44777493;p=dsa-puppet.git diff --git a/manifests/site.pp b/manifests/site.pp index 151faec0..f94264ca 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 } }