]> git.openstreetmap.org Git - chef.git/blob - cookbooks/apt/templates/default/hp.list.erb
f76d66efbf564cc56856c87e498170e97fde6f12
[chef.git] / cookbooks / apt / templates / default / hp.list.erb
1 # DO NOT EDIT - This file is being maintained by Chef
2
3 <% if node[:lsb][:release].to_f >= 16.04 -%>
4 deb <%= @url %> xenial/current non-free
5 <% else -%>
6 deb <%= @url %> trusty/current non-free
7 <% end -%>