projects
/
chef.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Update HP apt repo
[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 < 14.04 -%>
4
deb <%= @url %> precise/current non-free
5
<% else -%>
6
deb <%= @url %> trusty/current non-free
7
<% end -%>