]> git.openstreetmap.org Git - chef.git/commitdiff
Add exim, libosmium and pyosmium to backports for Debian 12
authorTom Hughes <tom@compton.nu>
Thu, 5 Sep 2024 08:51:03 +0000 (09:51 +0100)
committerTom Hughes <tom@compton.nu>
Thu, 5 Sep 2024 09:02:15 +0000 (10:02 +0100)
cookbooks/apt/recipes/default.rb

index a8c35489b1525c7b73c00bc93d7617a01c4a199c..1f12857153a90c7ed90dc56a7b340a1649efb5cb 100644 (file)
@@ -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?