]> git.openstreetmap.org Git - chef.git/commitdiff
Ignore failures fetching the nodesource repo key
authorTom Hughes <tom@compton.nu>
Wed, 25 Sep 2024 21:04:09 +0000 (22:04 +0100)
committerTom Hughes <tom@compton.nu>
Wed, 25 Sep 2024 21:04:29 +0000 (22:04 +0100)
cookbooks/apt/recipes/nodesource.rb

index 3e4fb94dc8d63dac16a5b5619d3c29ccea28e569..18d5d8be7c113961115be4747a1772dacdc595ee 100644 (file)
@@ -24,4 +24,5 @@ apt_repository "nodesource" do
   distribution "nodistro"
   components ["main"]
   key "https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key"
   distribution "nodistro"
   components ["main"]
   key "https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key"
+  ignore_failure true
 end
 end