Add ntp to default node
This commit is contained in:
parent
74f5af16fb
commit
b5cd0b0185
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user