]> git.openstreetmap.org Git - chef.git/commitdiff
Disable legacy pool support
authorTom Hughes <tom@compton.nu>
Tue, 6 Aug 2024 17:45:29 +0000 (18:45 +0100)
committerTom Hughes <tom@compton.nu>
Tue, 6 Aug 2024 17:45:29 +0000 (18:45 +0100)
cookbooks/apt/templates/default/aptly.conf.erb

index 157021486281e1a2ad765366ef014b45517d18fc..48e3df172c73e6afbbf7d8df18b841b33bf808dc 100644 (file)
@@ -1,4 +1,5 @@
 {
     "rootDir": "/srv/apt.openstreetmap.org",
-    "architectures": [ "amd64", "arm64", "source" ]
+    "architectures": [ "amd64", "arm64", "source" ],
+    "skipLegacyPool": true
 }