You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Affected Puppet, Ruby, OS and module versions/distributions
Puppet: all
Ruby: all
Distribution: Ubuntu/Debian
Module version: 3.1.0 (latest)
How to reproduce (e.g Puppet code you use)
class {'mongodb::globals':
manage_package_repo => true,
version => '5.0',
}
What are you seeing
apt-key tries to install key 492EAFE8CD016A07919F1D2B9ECBEC467F0CEB10 but fails as this key is no longer available for download at the keyservers
What behaviour did you expect instead
Key ID F5679A222C647C87527C2F8CB00A0BD1E2C63C11 should be installed instead please see ttps://www.mongodb.org/static/pgp/server-5.0.asc
Output log
Notice: /Stage[main]/Apt::Update/Exec[apt_update]/returns: W: GPG error: https://repo.mongodb.org/apt/ubuntu focal/mongodb-org/5.0 Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY B00A0BD1E2C63C11
Notice: /Stage[main]/Apt::Update/Exec[apt_update]/returns: E: The repository 'https://repo.mongodb.org/apt/ubuntu focal/mongodb-org/5.0 Release' is not signed.
The text was updated successfully, but these errors were encountered:
xepa
pushed a commit
to xepa/puppet-mongodb
that referenced
this issue
Jul 28, 2021
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
What are you seeing
apt-key tries to install key
492EAFE8CD016A07919F1D2B9ECBEC467F0CEB10
but fails as this key is no longer available for download at the keyserversWhat behaviour did you expect instead
Key ID
F5679A222C647C87527C2F8CB00A0BD1E2C63C11
should be installed instead please seettps://www.mongodb.org/static/pgp/server-5.0.asc
Output log
The text was updated successfully, but these errors were encountered: