From: Tom Hughes Date: Thu, 5 Sep 2024 08:51:03 +0000 (+0100) Subject: Add exim, libosmium and pyosmium to backports for Debian 12 X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/9e5f369c13f0573e35790b162ed9ff9199c2cb6a Add exim, libosmium and pyosmium to backports for Debian 12 --- diff --git a/cookbooks/apt/recipes/default.rb b/cookbooks/apt/recipes/default.rb index a8c35489b..1f1285715 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[osm2pgsql otrs2 smartmontools] + when "bookworm" then %w[exim4 libosmium osm2pgsql otrs2 pyosmium smartmontools] else %w[] end elsif intel?