X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=manifests%2Fsite.pp;h=f94264caff6ddb649d6ee4ae9a66400e59fbfc7f;hb=bec47f64dd4fc0b22b0ee6786caf788af66b69c6;hp=6755e0c8366b4b8005893731183f805139fffff6;hpb=47956d833f29daab3137c1e71cbf0926bd7db5f4;p=dsa-puppet.git diff --git a/manifests/site.pp b/manifests/site.pp index 6755e0c8..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,7 +166,11 @@ node default { case $kernel { Linux: { include entropykey } } - + if $::postgres84 == "true" { + include postgres + } elsif $::postgres90 == "true" { + include postgres + } } # vim:set et: