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 54671a2 commit e4d4763Copy full SHA for e4d4763
1 file changed
manifests/repo/nodesource/apt.pp
@@ -15,7 +15,7 @@
15
apt::source { 'nodesource':
16
source_format => 'sources',
17
location => ["https://deb.nodesource.com/node_${url_suffix}",],
18
- keyring => '/etc/apt/keyring/nodesource-repo.gpg.key.asc',
+ keyring => '/etc/apt/keyrings/nodesource-repo.gpg.key.asc',
19
release => ['nodistro',],
20
repos => ['main',],
21
types => ['deb',],
0 commit comments