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
Repository gpg keys are currently installed via apt::source, which uses apt-key(8) under the hood. apt-key is deprecated in Debian >= 11 versions and prints a warning when apt is called:
W: http://rspamd.com/apt-stable/dists/bookworm/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.
puppet-rspamd version: <= 2.1.0
Repository gpg keys are currently installed via
apt::source
, which usesapt-key(8)
under the hood.apt-key
is deprecated in Debian >= 11 versions and prints a warning when apt is called:W: http://rspamd.com/apt-stable/dists/bookworm/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.
Please switch to using
apt::keyring
or adding the key to /etc/apt/trusted.gpg.d. puppetlabs/puppetlabs-apt#1128 implements keyrings, which can be used throughapt::source
, by supplying aname
parameter.The text was updated successfully, but these errors were encountered: