From: Tom Hughes Date: Sun, 7 Apr 2024 14:17:03 +0000 (+0100) Subject: Update configuration of nodesource repo X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/49eadfd6f4810f831a992fa4c7a586b57d958fe1 Update configuration of nodesource repo --- diff --git a/cookbooks/apt/recipes/nodesource.rb b/cookbooks/apt/recipes/nodesource.rb index a85d543d8..3e4fb94dc 100644 --- a/cookbooks/apt/recipes/nodesource.rb +++ b/cookbooks/apt/recipes/nodesource.rb @@ -21,6 +21,7 @@ include_recipe "apt" apt_repository "nodesource" do uri "https://deb.nodesource.com/node_20.x" + distribution "nodistro" components ["main"] - key "1655A0AB68576280" + key "https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key" end