X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/e3f96c1f0ab3d3f6d76ee8310d372a513463193e..b65d8cebd4b510a38156965b6a4fce03cdcf36d9:/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 1a5d6850b..aa8fc7ee8 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 < 14.04 -%> deb <%= @url %> precise/current non-free +<% else -%> +deb <%= @url %> trusty/current non-free +<% end -%>