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 3c30f9c commit fa21345Copy full SHA for fa21345
manifests/repo/nodesource/apt.pp
@@ -9,7 +9,7 @@
9
if ($ensure != 'absent') {
10
apt::source { 'nodesource':
11
key => {
12
- 'name' => 'nodesource-repo.gpg.key',
+ 'name' => 'nodesource-repo.gpg.key.asc',
13
'source' => 'https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key',
14
},
15
location => "https://deb.nodesource.com/node_${url_suffix}",
0 commit comments