]> git.openstreetmap.org Git - chef.git/commitdiff
Add noble to distributions
authorTom Hughes <tom@compton.nu>
Tue, 6 Aug 2024 18:29:42 +0000 (19:29 +0100)
committerTom Hughes <tom@compton.nu>
Tue, 6 Aug 2024 18:29:42 +0000 (19:29 +0100)
cookbooks/apt/recipes/repository.rb

index d41a05bb709fa096baee324b7327a60cdbd94a3a..c4e30b57daef3a6408a2c9b8f75dc5067c6f2c5c 100644 (file)
@@ -62,7 +62,7 @@ execute "apt-generate-key" do
   not_if { ::Dir.exist?("/srv/apt.openstreetmap.org/.gnupg") }
 end
 
-%w[focal jammy bookworm].each do |distribution|
+%w[focal jammy noble bookworm].each do |distribution|
   repository = "openstreetmap-#{distribution}"
 
   execute "aptly-repo-create-#{distribution}" do