config/puppet-manifests/src/modules/platform/templates/ntp_initial.conf.server.erb

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 %>