voxpupuli / puppet-lldpd

Module to manage lldpd package, service and facts
GNU Affero General Public License v3.0
3 stars 10 forks source link

Debian Repo key has changed, fingerprint needs to be updated #87

Closed jchonig closed 4 years ago

jchonig commented 4 years ago

Affected Puppet, Ruby, OS and module versions/distributions

How to reproduce (e.g Puppet code you use)

Use the module with default parameters on Debian or Ubuntu.

Run apt update or similar

What are you seeing

Failure to update from the configured repo

What behaviour did you expect instead

Output log

W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://download.opensuse.org/repositories/home:/vbernat/xUbuntu_16.04  InRelease: The following signatures were invalid: KEYEXPIRED 1593100053
W: Failed to fetch http://download.opensuse.org/repositories/home:/vbernat/xUbuntu_16.04/InRelease  The following signatures were invalid: KEYEXPIRED 1593100053

Any additional information you'd like to impart

bastelfreak commented 4 years ago

Hi @jchonig, thanks for raising the issue. Can you provide a patch for this?

jchonig commented 4 years ago

I mis-understood the fix. The key fingerprint is the same, I just needed to refresh the key with:

wget http://download.opensuse.org/repositories/home:/vbernat/xUbuntu_16.04/Release.key
sudo apt-key add Release.key