]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/apt/recipes/nodesource.rb
Ignore failures fetching the nodesource repo key
[chef.git] / 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"
+  ignore_failure true
 end