config/puppet-manifests/src/modules/platform/templates/ntp_initial.conf.server.erb
Dean Troyer 9b95aa0a35 StarlingX open source release updates
Signed-off-by: Dean Troyer <dtroyer@gmail.com>
2018-05-31 07:35:52 -07:00

10 lines
360 B
Plaintext

# This config file is used for the initial ntpd execution that will be used
# to set the time when a node is first booted.
<%- scope['platform::ntp::servers'].each do |server| -%>
server <%= server %>
<%- end -%>
# Use the other controller node for initial time synchronization in case
# none of the external servers are available.
server <%= @peer_server %>