From: Tom Hughes Date: Sat, 21 Mar 2026 00:09:15 +0000 (+0000) Subject: Disable non-functional hwraid.le-vert.net repository X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain Disable non-functional hwraid.le-vert.net repository --- diff --git a/cookbooks/apt/recipes/hwraid.rb b/cookbooks/apt/recipes/hwraid.rb index c8d99bdef..147f69265 100644 --- a/cookbooks/apt/recipes/hwraid.rb +++ b/cookbooks/apt/recipes/hwraid.rb @@ -19,21 +19,21 @@ include_recipe "apt" -platform_name = if platform?("debian") - "debian" - else - "ubuntu" - end +# platform_name = if platform?("debian") +# "debian" +# else +# "ubuntu" +# end -distribution_name = if platform?("debian") - "buster" - else - "precise" - end +# distribution_name = if platform?("debian") +# "buster" +# else +# "precise" +# end -apt_repository "hwraid" do - uri "https://hwraid.le-vert.net/#{platform_name}" - distribution distribution_name - components ["main"] - key "https://hwraid.le-vert.net/debian/hwraid.le-vert.net.gpg.key" -end +# apt_repository "hwraid" do +# uri "https://hwraid.le-vert.net/#{platform_name}" +# distribution distribution_name +# components ["main"] +# key "https://hwraid.le-vert.net/debian/hwraid.le-vert.net.gpg.key" +# end