From: Tom Hughes Date: Tue, 6 Aug 2024 17:45:29 +0000 (+0100) Subject: Disable legacy pool support X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/38646736399636903c551545321a0430c71e7238 Disable legacy pool support --- diff --git a/cookbooks/apt/templates/default/aptly.conf.erb b/cookbooks/apt/templates/default/aptly.conf.erb index 157021486..48e3df172 100644 --- a/cookbooks/apt/templates/default/aptly.conf.erb +++ b/cookbooks/apt/templates/default/aptly.conf.erb @@ -1,4 +1,5 @@ { "rootDir": "/srv/apt.openstreetmap.org", - "architectures": [ "amd64", "arm64", "source" ] + "architectures": [ "amd64", "arm64", "source" ], + "skipLegacyPool": true }