]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/apt/templates/default/hp.list.erb
Merge remote-tracking branch 'github/pull/165'
[chef.git] / cookbooks / apt / templates / default / hp.list.erb
index aa8fc7ee8dfecdd67b380550dd20dbddbfd3e9da..f76d66efbf564cc56856c87e498170e97fde6f12 100644 (file)
@@ -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 -%>