]> git.openstreetmap.org Git - chef.git/commitdiff
apt: enable systemd backport in Debian
authorGrant Slater <github@firefishy.com>
Wed, 11 Sep 2024 20:59:05 +0000 (21:59 +0100)
committerGrant <github@firefishy.com>
Thu, 12 Sep 2024 00:28:29 +0000 (01:28 +0100)
cookbooks/apt/recipes/default.rb

index 1f12857153a90c7ed90dc56a7b340a1649efb5cb..1c7f6f504bd655551a1343f2ffe1bfe4e2b24f3e 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[exim4 libosmium osm2pgsql otrs2 pyosmium smartmontools]
+                      when "bookworm" then %w[exim4 libosmium osm2pgsql otrs2 pyosmium smartmontools systemd]
                       else %w[]
                       end
 elsif intel?