X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/f7628dac50cd43cd44bb4f7e5c343fe990b5af3f..9e5f369c13f0573e35790b162ed9ff9199c2cb6a:/cookbooks/apt/recipes/default.rb 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?