Add ntp to default node

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

View File

@ -27,9 +27,9 @@ File { backup => false }
#
# For more on node definitions, see: https://puppet.com/docs/puppet/latest/lang_node_definitions.html
node default {
# This is where you can declare classes for all nodes.
# Example:
# class { 'my_class': }
class { 'ntp':
server => [ '1.pool.ntp.org', '2.pool.ntp.org', '3.pool.ntp.org', '4.pool.ntp.org' ],
}
}
node puppet.test.com {
include ngrok