From 4329ac4e4366dea4e26542e52c3f6c68b8e3a6f1 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Wed, 11 Sep 2024 21:59:05 +0100 Subject: [PATCH 1/1] apt: enable systemd backport in Debian --- cookbooks/apt/recipes/default.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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? -- 2.39.5