X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/8a0430ab542eec954baa48b4f55813e05b382ec6..b52a55582446c7639f6727db470a9ba4d6ba7c1b:/cookbooks/apt/templates/default/hp.list.erb?ds=sidebyside diff --git a/cookbooks/apt/templates/default/hp.list.erb b/cookbooks/apt/templates/default/hp.list.erb index aa8fc7ee8..f76d66efb 100644 --- a/cookbooks/apt/templates/default/hp.list.erb +++ b/cookbooks/apt/templates/default/hp.list.erb @@ -1,7 +1,7 @@ # DO NOT EDIT - This file is being maintained by Chef -<% if node[:lsb][:release].to_f < 14.04 -%> -deb <%= @url %> precise/current non-free +<% if node[:lsb][:release].to_f >= 16.04 -%> +deb <%= @url %> xenial/current non-free <% else -%> deb <%= @url %> trusty/current non-free <% end -%>