]> git.openstreetmap.org Git - chef.git/commitdiff
Hard code use of bionic for HP repository for now
authorTom Hughes <tom@compton.nu>
Sun, 14 Jun 2020 19:25:56 +0000 (20:25 +0100)
committerTom Hughes <tom@compton.nu>
Sun, 14 Jun 2020 19:25:56 +0000 (20:25 +0100)
cookbooks/apt/recipes/default.rb

index 802ab186a35bac1a04dc227a5af0096bd4ade571..99092214d951faad186912665ff91065f9c99232 100644 (file)
@@ -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