Jaymon / chef-cookbooks

Various Chef cookbooks
MIT License
2 stars 0 forks source link

ntpd needs more timeservers added #21

Closed Jaymon closed 4 years ago

Jaymon commented 4 years ago

Vagrant boxes are getting out of sync, but prod boxes aren't, I think it's because vagrant boxes have different server than the prod boxes, add all these:

server ntp.ubuntu.com
server 0.north-america.pool.ntp.org
server 1.north-america.pool.ntp.org
server 2.north-america.pool.ntp.org
server 3.north-america.pool.ntp.org
server 0.pool.ntp.org
server 1.pool.ntp.org
server 2.pool.ntp.org
server pool.ntp.org

from feb 2016 PRIVATE_REPO_ISSUE#20

Jaymon commented 4 years ago

From PRIVATE_REPO#12 configure ntp on vagrant box

even if it is just a cron job script that resyncs the time every 5 minutes or hour or something