]> git.openstreetmap.org Git - chef.git/commitdiff
Enable osmadmins PPA for Ubuntu 22.04
authorTom Hughes <tom@compton.nu>
Thu, 30 Jun 2022 19:56:09 +0000 (20:56 +0100)
committerTom Hughes <tom@compton.nu>
Thu, 30 Jun 2022 19:56:09 +0000 (20:56 +0100)
cookbooks/apt/recipes/default.rb

index 30ac1957721441a3ed1d09b1d581db0d8e4e7249..c1355ec76a0ae2b401a9437372b9f83747c7caa6 100644 (file)
@@ -81,7 +81,6 @@ end
 apt_repository "openstreetmap" do
   action repository_actions["openstreetmap"]
   uri "ppa:osmadmins/ppa"
-  only_if { node[:lsb][:release].to_f < 22.04 }
 end
 
 apt_repository "management-component-pack" do