vinted / chef-proxysql

Chef ProxySQL cookbook with auto loading and comprehensive configuration
MIT License
6 stars 9 forks source link

add percona packaging gpg key manual import #57

Closed xadips closed 1 month ago

xadips commented 1 month ago

Fixes warning of

STDERR: warning: /var/tmp/rpm-tmp.YiwcgN: Header V4 RSA/SHA256 Signature, key ID 8507efa5: NOKEY

when executing rpm -Uhv #{repo['url']} in libraries/base_service.rb which writes a warning to STDERR causing a runtime failure.

xadips commented 1 month ago

red herring, the actual error is because the package is already installed.