Skip to content

Commit

Permalink
disable apparmor as this blocks tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bugoff committed Feb 12, 2024
1 parent 380bcba commit 4c36cd8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion attributes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@
case node['platform_family']
when 'debian'
default['ntp']['service'] = 'ntp'
default['ntp']['apparmor_enabled'] = true if File.exist? '/etc/init.d/apparmor'
default['ntp']['leapfile'] = '/usr/share/zoneinfo/leap-seconds.list'
when 'rhel', 'fedora', 'amazon'
default['ntp']['packages'] = %w(ntp ntpdate) if node['platform_version'].to_i >= 7
Expand Down

0 comments on commit 4c36cd8

Please sign in to comment.