From: Grant Slater Date: Thu, 18 Apr 2024 03:37:46 +0000 (+0100) Subject: apt: enable backports on debian X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/7a825301e7bb64bac5fdd4534c3c1dfd47c4b0d5 apt: enable backports on debian --- diff --git a/cookbooks/apt/recipes/default.rb b/cookbooks/apt/recipes/default.rb index 4cd4b7926..9627bf4d4 100644 --- a/cookbooks/apt/recipes/default.rb +++ b/cookbooks/apt/recipes/default.rb @@ -48,7 +48,7 @@ if platform?("debian") archive_security_host = archive_host archive_distro = "debian" archive_security_distro = "debian-security" - archive_suites = %w[main updates security] + archive_suites = %w[main updates backports security] archive_components = %w[main contrib non-free non-free-firmware] elsif intel? archive_host = if node[:country]