]> git.openstreetmap.org Git - chef.git/blob - cookbooks/apt/templates/default/hp.list.erb
Use the xenial repository for HP tools on 16.04 and later
[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 -%>