Skip to content

Commit

Permalink
Update default.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
Stromweld authored Jul 15, 2024
1 parent 3d5c890 commit 4310061
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions attributes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,10 @@
when 'rhel', 'fedora', 'amazon'
default['ntp']['leapfile_managed_by_os'] = true
default['ntp']['packages'] = if node['platform_version'].to_i >= 9
%w(ntpsec) # RPM found in Epel Repo
else
%w(ntp ntpdate)
end
%w(ntpsec) # RPM found in Epel Repo
else
%w(ntp ntpdate)
end
default['ntp']['driftfile'] = "#{node['ntp']['varlibdir']}/drift"
default['ntp']['leapfile'] = '/usr/share/zoneinfo/leapseconds'
when 'windows'
Expand Down

0 comments on commit 4310061

Please sign in to comment.