From: Tom Hughes Date: Sun, 14 Jun 2020 19:25:56 +0000 (+0100) Subject: Hard code use of bionic for HP repository for now X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/6d9c25e4bb03ee21e217adc095350b9cf6f684ba Hard code use of bionic for HP repository for now --- diff --git a/cookbooks/apt/recipes/default.rb b/cookbooks/apt/recipes/default.rb index 802ab186a..99092214d 100644 --- a/cookbooks/apt/recipes/default.rb +++ b/cookbooks/apt/recipes/default.rb @@ -106,7 +106,7 @@ end apt_repository "management-component-pack" do action repository_actions["management-component-pack"] uri "https://downloads.linux.hpe.com/SDR/repo/mcp" - distribution "#{node[:lsb][:codename]}/current-gen9" + distribution "bionic/current-gen9" components ["non-free"] key "C208ADDE26C2B797" end