X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/c24c8641fdae91ebe7b1165828041dbcb6abf13a..7e72af6717778f869498e10adcd77404f06c0035:/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 deleted file mode 100644 index f76d66efb..000000000 --- a/cookbooks/apt/templates/default/hp.list.erb +++ /dev/null @@ -1,7 +0,0 @@ -# DO NOT EDIT - This file is being maintained by Chef - -<% if node[:lsb][:release].to_f >= 16.04 -%> -deb <%= @url %> xenial/current non-free -<% else -%> -deb <%= @url %> trusty/current non-free -<% end -%>