I had to setup the ntpdate in 5 minute crontab in order to keep my times "mostly" synced.
I would keep losing time even with the ntp server running.
My Homestead box is consistently drifting time from my actual machine. Not just after a sleep event. I was trying to implement this vagrant mod: http://jeremykendall.net/2014/10/06/forcing-an-ntp-update/ but can't work out how to implement that in the vagrant file for the box.
At the moment I'm just sshing into the box when S3 bitches about the skew time and running a sudo ntpdate -s time.nist.gov but it's becoming tiresome to have to do this. would be much better if I could get vagrant to keep an eye on this itself.
Any pointers?
Please or to participate in this conversation.