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
We want to use the apt_key resource type using source and we want to provide proxy options.
Proxy is used
see https://github.com/puppetlabs/puppetlabs-apt/blob/main/lib/puppet/provider/apt_key/apt_key.rb#L194 This if statement matches only if source and content are both nil. If either one is set the options will not be added to the command.
The text was updated successfully, but these errors were encountered:
Allow setting keyserver options (like proxy) when using source
fcd1767
fixes puppetlabs#1102
Looks the same as #1037.
Sorry, something went wrong.
duplicate of #1037
Successfully merging a pull request may close this issue.
Describe the Bug
We want to use the apt_key resource type using source and we want to provide proxy options.
Expected Behavior
Proxy is used
Environment
Additional Context
see https://github.com/puppetlabs/puppetlabs-apt/blob/main/lib/puppet/provider/apt_key/apt_key.rb#L194
This if statement matches only if source and content are both nil.
If either one is set the options will not be added to the command.
The text was updated successfully, but these errors were encountered: