From: Tom Hughes Date: Mon, 25 Jun 2018 12:49:10 +0000 (+0100) Subject: Use the xenial repository for HP tools on 16.04 and later X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/a56f94b9b994baa0d381b1908594cf9eca8066ef Use the xenial repository for HP tools on 16.04 and later --- diff --git a/cookbooks/apt/templates/default/hp.list.erb b/cookbooks/apt/templates/default/hp.list.erb index 42f7a037f..f76d66efb 100644 --- a/cookbooks/apt/templates/default/hp.list.erb +++ b/cookbooks/apt/templates/default/hp.list.erb @@ -1,3 +1,7 @@ # DO NOT EDIT - This file is being maintained by Chef +<% if node[:lsb][:release].to_f >= 16.04 -%> +deb <%= @url %> xenial/current non-free +<% else -%> deb <%= @url %> trusty/current non-free +<% end -%>