X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/b00a56cbb5ef6ac0f2449e52d2126abb9529d065..c24c8641fdae91ebe7b1165828041dbcb6abf13a:/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 5887dcb8b..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 -%>