-
-
Notifications
You must be signed in to change notification settings - Fork 150
Open
Description
There are cases where one does not want any ntp servers. Perhaps a node is using pools, or perhaps it's only using peers.
However, #170 changed the behavior here. As
implemented in https://github.com/rhass/ntp/blob/master/recipes/default.rb#L61-L69
if node['ntp']['servers'].empty?
node.default['ntp']['servers'] = [
'0.pool.ntp.org',
'1.pool.ntp.org',
'2.pool.ntp.org',
'3.pool.ntp.org',
]
Chef::Log.debug 'No NTP servers specified, using default ntp.org server pools'
end
I'm not sure this was intentional or accidental.
acranox
Metadata
Metadata
Assignees
Labels
No labels