]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/apt/recipes/default.rb
Hard code use of bionic for HP repository for now
[chef.git] / 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