From c25902508d3b9bfac4003e4f9d36cc686eab04e5 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sat, 21 Mar 2026 00:09:15 +0000 Subject: [PATCH] Disable non-functional hwraid.le-vert.net repository --- cookbooks/apt/recipes/hwraid.rb | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) 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 -- 2.39.5