From e4c2df24d153ca338f7daab9dd903638d7927a0c Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Tue, 28 Jun 2022 20:34:37 +0100 Subject: [PATCH] Drop brightbox ruby repository which hasn't been used for ages --- cookbooks/apt/recipes/default.rb | 5 ----- 1 file changed, 5 deletions(-) diff --git a/cookbooks/apt/recipes/default.rb b/cookbooks/apt/recipes/default.rb index f0c26b867..30ac19577 100644 --- a/cookbooks/apt/recipes/default.rb +++ b/cookbooks/apt/recipes/default.rb @@ -58,11 +58,6 @@ repository_actions = Hash.new do |_, repository| node[:apt][:sources].include?(repository) ? :add : :remove end -apt_repository "brightbox-ruby-ng" do - action repository_actions["brightbox-ruby-ng"] - uri "ppa:brightbox/ruby-ng" -end - apt_repository "ubuntugis-stable" do action repository_actions["ubuntugis-stable"] uri "ppa:ubuntugis/ppa" -- 2.45.1