Skip to content

Commit

Permalink
ubuntu and debian use the same settings
Browse files Browse the repository at this point in the history
  • Loading branch information
bugoff committed Jan 24, 2024
1 parent ec45784 commit a8d4601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion attributes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@

# overrides on a platform-by-platform basis
case node['platform_family']
when 'debian'
when 'debian', 'ubuntu'
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'
Expand Down

0 comments on commit a8d4601

Please sign in to comment.