From: Grant Slater Date: Wed, 11 Sep 2024 20:59:05 +0000 (+0100) Subject: apt: enable systemd backport in Debian X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/4329ac4e4366dea4e26542e52c3f6c68b8e3a6f1 apt: enable systemd backport in Debian --- diff --git a/cookbooks/apt/recipes/default.rb b/cookbooks/apt/recipes/default.rb index 1f1285715..1c7f6f504 100644 --- a/cookbooks/apt/recipes/default.rb +++ b/cookbooks/apt/recipes/default.rb @@ -46,7 +46,7 @@ if platform?("debian") archive_suites = %w[main updates backports security] archive_components = %w[main contrib non-free non-free-firmware] backport_packages = case node[:lsb][:codename] - when "bookworm" then %w[exim4 libosmium osm2pgsql otrs2 pyosmium smartmontools] + when "bookworm" then %w[exim4 libosmium osm2pgsql otrs2 pyosmium smartmontools systemd] else %w[] end elsif intel?