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: 4.7.0
Ruby: 2.1.9
Distribution: Centos
Module version: 1.2.0
How to reproduce (e.g Puppet code you use)
just set proxy_server => 'https://example.org:8080' and provider => 'wget'
What are you seeing
The proxy server is passed as --https_proxy=https://example.org:8080 to the wget command. This triggers a returned 2: wget: unrecognized option '--https_proxy=https://example.org:8080' error messages.
What behaviour did you expect instead
I'd expect the following options to be passed to wget: -e use_proxy=yes -e https_proxy=https://example.org:8080
Output log
returned 2: wget: unrecognized option '--https_proxy=https://example.org:8080'
Usage: wget [OPTION]... [URL]...
Try `wget --help' for more options.
Any additional information you'd like to impart
The text was updated successfully, but these errors were encountered:
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
just set
proxy_server => 'https://example.org:8080'andprovider => 'wget'What are you seeing
The proxy server is passed as
--https_proxy=https://example.org:8080to thewgetcommand. This triggers areturned 2: wget: unrecognized option '--https_proxy=https://example.org:8080'error messages.What behaviour did you expect instead
I'd expect the following options to be passed to wget:
-e use_proxy=yes -e https_proxy=https://example.org:8080Output log
Any additional information you'd like to impart
The text was updated successfully, but these errors were encountered: