From fb8927f966cd6660ec79d858b5693537e50d0606 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Thu, 13 Aug 2026 12:07:45 +0100 Subject: [PATCH] ripe: Remove ripe-atlas-repo package as we handle repo --- cookbooks/apt/recipes/ripe-atlas.rb | 5 +++++ 1 file changed, 5 insertions(+) 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"] -- 2.47.3