]> git.openstreetmap.org Git - chef.git/commitdiff
Update configuration of nodesource repo
authorTom Hughes <tom@compton.nu>
Sun, 7 Apr 2024 14:17:03 +0000 (15:17 +0100)
committerTom Hughes <tom@compton.nu>
Sun, 7 Apr 2024 14:17:03 +0000 (15:17 +0100)
cookbooks/apt/recipes/nodesource.rb

index a85d543d8c1dd7e3c8411accde54e1da8b259044..3e4fb94dc8d63dac16a5b5619d3c29ccea28e569 100644 (file)
@@ -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