Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Merge pull request #120 from mattsday/ntp-fix
Browse files Browse the repository at this point in the history
Changed to a valid ntp server
  • Loading branch information
displague authored Feb 1, 2021
2 parents b569d4c + edfd16a commit 90270e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/vcva_template.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"os": {
"password": "${vcenter_password}",
"ntp_servers": "time.nist.gov",
"ntp_servers": "time.google.com",
"ssh_enable": true
},
"sso": {
Expand Down Expand Up @@ -65,4 +65,4 @@
"ceip_enabled": false
}
}
}
}

0 comments on commit 90270e5

Please sign in to comment.