Update used NTP servers

This commit is contained in:
Heston Snodgrass 2019-11-21 12:55:11 -07:00 committed by GitHub
parent b5cd0b0185
commit ad8d293872
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@ File { backup => false }
# For more on node definitions, see: https://puppet.com/docs/puppet/latest/lang_node_definitions.html
node default {
class { 'ntp':
server => [ '1.pool.ntp.org', '2.pool.ntp.org', '3.pool.ntp.org', '4.pool.ntp.org' ],
server => [ '0.us.pool.ntp.org', '1.us.pool.ntp.org', '2.us.pool.ntp.org', '3.us.pool.ntp.org' ],
}
}
node puppet.test.com {