Skip to content

Commit e4d4763

Browse files
committed
wrong dir, missed a s
1 parent 54671a2 commit e4d4763

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • manifests/repo/nodesource

manifests/repo/nodesource/apt.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
apt::source { 'nodesource':
1616
source_format => 'sources',
1717
location => ["https://deb.nodesource.com/node_${url_suffix}",],
18-
keyring => '/etc/apt/keyring/nodesource-repo.gpg.key.asc',
18+
keyring => '/etc/apt/keyrings/nodesource-repo.gpg.key.asc',
1919
release => ['nodistro',],
2020
repos => ['main',],
2121
types => ['deb',],

0 commit comments

Comments
 (0)