dalen / puppet-puppetexplorer

Puppet module for installing Puppet Explorer
29 stars 21 forks source link

Repo keys problem [CentOS 6.4] #4

Closed zonorti closed 9 years ago

zonorti commented 9 years ago

While installing using this module on CentOS I get problems with repo:

'/usr/bin/yum -d 0 -e 0 -y install puppetexplorer' returned 1: warning: rpmts_HdrFromFdno: Header V4 DSA/SHA1 Signature, key ID 84f6ba52: NOKEY

The GPG keys listed for the "Puppet Explorer" repository are already installed but they are not correct for this package.
Check that the correct key URLs are configured for this repository.
treydock commented 9 years ago

+1 , same error.

pyfontan commented 9 years ago

+1, same error but on Scientific Linux 6.5

dalen commented 9 years ago

Thanks for the report, been travelling a bit, so sorry for the late reply.

But this should fix the issue: https://github.com/spotify/puppet-puppetexplorer/commit/9c48f794d3d7046c6cbde9320ce12be1885e1cae

So it check the gpg signature on the repo instead of on the packages themselves. I've released a version 0.4.1 with this fix.