X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/a0dc01a655a52d168feb2b2791cee9b71aa58f54..bf16c782a9d8e78c4b14a35b899b81992f91155f:/cookbooks/apt/templates/default/hwraid.list.erb diff --git a/cookbooks/apt/templates/default/hwraid.list.erb b/cookbooks/apt/templates/default/hwraid.list.erb index c933e5cd4..211e6b9b8 100644 --- a/cookbooks/apt/templates/default/hwraid.list.erb +++ b/cookbooks/apt/templates/default/hwraid.list.erb @@ -1,9 +1,4 @@ # DO NOT EDIT - This file is being maintained by Chef -<% if node[:lsb][:release].to_f > 12.04 -%> deb <%= @url %> precise main deb-src <%= @url %> precise main -<% else -%> -deb <%= @url %> <%= node[:lsb][:codename] %> main -deb-src <%= @url %> <%= node[:lsb][:codename] %> main -<% end -%>