From: Tom Hughes Date: Wed, 25 Sep 2024 21:04:09 +0000 (+0100) Subject: Ignore failures fetching the nodesource repo key X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/08db2f0afe9230dfd816ae9d957bb79a1ba862d5 Ignore failures fetching the nodesource repo key --- diff --git a/cookbooks/apt/recipes/nodesource.rb b/cookbooks/apt/recipes/nodesource.rb index 3e4fb94dc..18d5d8be7 100644 --- a/cookbooks/apt/recipes/nodesource.rb +++ b/cookbooks/apt/recipes/nodesource.rb @@ -24,4 +24,5 @@ apt_repository "nodesource" do distribution "nodistro" components ["main"] key "https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key" + ignore_failure true end