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
 | 
					# For more on node definitions, see: https://puppet.com/docs/puppet/latest/lang_node_definitions.html
 | 
				
			||||||
node default {
 | 
					node default {
 | 
				
			||||||
  # This is where you can declare classes for all nodes.
 | 
					  class { 'ntp':
 | 
				
			||||||
  # Example:
 | 
					    server => [ '1.pool.ntp.org', '2.pool.ntp.org', '3.pool.ntp.org', '4.pool.ntp.org' ],
 | 
				
			||||||
  #   class { 'my_class': }
 | 
					  }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
node puppet.test.com {
 | 
					node puppet.test.com {
 | 
				
			||||||
  include ngrok
 | 
					  include ngrok
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user