Skip to content

Commit

Permalink
Merge pull request voxpupuli#119 from paroga/gpg_key
Browse files Browse the repository at this point in the history
Fix gpg key checking warings after f588f26 in puppetlabs-apt
  • Loading branch information
Morgan Haskel committed Apr 23, 2015
2 parents 0ec20a4 + bf7ab2d commit 7318260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/repo/nodesource/apt.pp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
if ($ensure == 'present') {
apt::source { 'nodesource':
include_src => $enable_src,
key => '1655A0AB68576280',
key => '9FD3B784BC1C6FC31A8A0A1C1655A0AB68576280',
key_source => 'https://deb.nodesource.com/gpgkey/nodesource.gpg.key',
location => "https://deb.nodesource.com/${url_suffix}",
pin => $pin,
Expand Down

0 comments on commit 7318260

Please sign in to comment.