From 43100613de31153e4df390dc25dea7787eba4eec Mon Sep 17 00:00:00 2001 From: Corey Hemminger Date: Mon, 15 Jul 2024 15:13:53 -0500 Subject: [PATCH] Update default.rb --- attributes/default.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/attributes/default.rb b/attributes/default.rb index 1323a71..40a49a3 100644 --- a/attributes/default.rb +++ b/attributes/default.rb @@ -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'