We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 123d7fe commit 3c30f9cCopy full SHA for 3c30f9c
manifests/repo/nodesource/apt.pp
@@ -9,7 +9,7 @@
9
if ($ensure != 'absent') {
10
apt::source { 'nodesource':
11
key => {
12
- 'id' => '6F71F525282841EEDAF851B42F59B5F99B1BE0B4',
+ 'name' => 'nodesource-repo.gpg.key',
13
'source' => 'https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key',
14
},
15
location => "https://deb.nodesource.com/node_${url_suffix}",
0 commit comments