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 0cec404 commit 54671a2Copy full SHA for 54671a2
1 file changed
manifests/repo/nodesource/apt.pp
@@ -9,7 +9,6 @@
9
if ($ensure != 'absent') {
10
apt::keyring { 'nodesource':
11
source => 'https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key',
12
- dir => '/etc/apt/keyring',
13
filename => 'nodesource-repo.gpg.key.asc',
14
}
15
@@ -46,7 +45,6 @@
46
45
47
48
ensure => 'absent',
49
50
51
52
0 commit comments