From a8d46012752634f473abaa65270dfe9cc9c62db5 Mon Sep 17 00:00:00 2001 From: Bram Gillemon Date: Wed, 24 Jan 2024 23:03:43 +0100 Subject: [PATCH] ubuntu and debian use the same settings --- attributes/default.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/attributes/default.rb b/attributes/default.rb index d1ad0283..b54910bd 100644 --- a/attributes/default.rb +++ b/attributes/default.rb @@ -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'