From: Grant Slater Date: Thu, 13 Aug 2026 11:07:45 +0000 (+0100) Subject: ripe: Remove ripe-atlas-repo package as we handle repo X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain ripe: Remove ripe-atlas-repo package as we handle repo --- diff --git a/cookbooks/apt/recipes/ripe-atlas.rb b/cookbooks/apt/recipes/ripe-atlas.rb index 7d705ac32..eca29216e 100644 --- a/cookbooks/apt/recipes/ripe-atlas.rb +++ b/cookbooks/apt/recipes/ripe-atlas.rb @@ -20,6 +20,11 @@ include_recipe "apt" if platform?("debian") + # Remove the repository package if it exists, as it conflicts with our repository setup + package "ripe-atlas-repo" do + action :purge + end + apt_repository "ripe-atlas" do uri "https://ftp.ripe.net/ripe/atlas/software-probe/debian/" components ["main"]