From edfd16aba84e59f05f47b2b9d442ae24d36bd5cc Mon Sep 17 00:00:00 2001 From: mattsday Date: Mon, 1 Feb 2021 14:58:49 +0000 Subject: [PATCH] Changed to a valid ntp server Signed-off-by: mattsday --- templates/vcva_template.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/vcva_template.json b/templates/vcva_template.json index a3d4e4e..1a0508e 100644 --- a/templates/vcva_template.json +++ b/templates/vcva_template.json @@ -26,7 +26,7 @@ }, "os": { "password": "${vcenter_password}", - "ntp_servers": "time.nist.gov", + "ntp_servers": "time.google.com", "ssh_enable": true }, "sso": { @@ -65,4 +65,4 @@ "ceip_enabled": false } } -} \ No newline at end of file +}