[GCP] Configure ntp server

Signed-off-by: David Gageot <david@gageot.net>
This commit is contained in:
David Gageot 2017-01-10 16:53:13 +01:00
parent 7eba1eae58
commit a3b842d443

View File

@ -56,6 +56,9 @@ start() {
"aws")
sed -i -e "s/^server [^ ]\+/server 0.amazon.pool.ntp.org/g" /etc/chrony/chrony.conf
;;
"gcp")
sed -i -e "s/^server [^ ]\+/server metadata.google.internal/g" /etc/chrony/chrony.conf
;;
"azure")
# TODO needs an ntp solution
;;