We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It is not currently possible to add keys to GPG via the --recv-keys option.
--recv-keys
gpg_key
--keyserver
execute 'Adding gpg key' do command "`which gpg2 || which gpg` --keyserver #{key_server} --homedir #{home_dir} --recv-keys #{new_resource.gpg_key}" only_if 'which gpg2 || which gpg' end
The text was updated successfully, but these errors were encountered:
No branches or pull requests
π Problem Statement
It is not currently possible to add keys to GPG via the
--recv-keys
option.β Possible Solution
gpg_key
--keyserver
(or have a default to gnupgkeys.net)β Additional context
The text was updated successfully, but these errors were encountered: