X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/805ab61e66fe3adb45e57f50e49b168d84a6a8b1..c24c8641fdae91ebe7b1165828041dbcb6abf13a:/cookbooks/apt/templates/default/hp.list.erb diff --git a/cookbooks/apt/templates/default/hp.list.erb b/cookbooks/apt/templates/default/hp.list.erb index 49449dd03..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 -deb <%= @url %> <%= node.lsb.codename %>/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 -%>