Skip to content
New issue

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

(MODULES-5654) Support for proxies during installation #87

Merged
merged 1 commit into from
Jan 7, 2019

Conversation

GeoffWilliams
Copy link

Add a new parameter install_proxy to specify a proxy server to use during installation in the form http://proxy.megacorp.com:3128. This will be conditionally munged into the InstallChocolatey.ps1.erb script and used to configure the System.Net.WebRequest instance which is used to download all required assets

README.md Outdated Show resolved Hide resolved
@RandomNoun7
Copy link

Hi @GeoffWilliams, we were able to do some manual validation of this change today, and things look good. Could you please re-base this branch onto the current position of master so that we can get this merged?

@GeoffWilliams GeoffWilliams force-pushed the install_proxy branch 2 times, most recently from a716ad7 to a5a57f8 Compare December 19, 2018 11:14
@GeoffWilliams
Copy link
Author

rebased onto master, all yours

@RandomNoun7
Copy link

Hi @GeoffWilliams , unfortunately, we are going to need another rebase to get this PR in. Travis had an issue the required us to make the changes you see in #129 . Without a rebase to incorporate those changes into your PR, we won't be able to merge because Travis checks can't pass.

Add a new parameter `install_proxy` to specify a proxy server to use during installation in the form `http://proxy.megacorp.com:3128`.  This will be conditionally munged into the `InstallChocolatey.ps1.erb` script and used to configure the `System.Net.WebRequest` instance which is used to download all required assets
@ThoughtCrhyme ThoughtCrhyme merged commit b22738e into puppetlabs:master Jan 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants