From: Tom Hughes Date: Mon, 27 Jun 2022 08:54:11 +0000 (+0100) Subject: Disable osmadmins PPA for Ubuntu 22.04 X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/26f4ea548415ecc20ad1eeb2b9954f64e257931e Disable osmadmins PPA for Ubuntu 22.04 --- diff --git a/cookbooks/apt/recipes/default.rb b/cookbooks/apt/recipes/default.rb index 1a8eb60c7..f0a2c2891 100644 --- a/cookbooks/apt/recipes/default.rb +++ b/cookbooks/apt/recipes/default.rb @@ -86,6 +86,7 @@ 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