-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Add support for ProxyTimeout #1805
Conversation
I'm getting an error running the test suite (even before this change) related to the Apache version If I can get that solved, I can write a test for this change if necessary.
|
Hey @agoodno , thanks for this PR! I'm gunna get this merged in as I've put it through a testing pipeline and it ran clean. |
Thanks for the merge! About the test suite failure, I am using the normal 'bundle exec rake spec' command when I get those errors. Is there a specific version of ruby I should be using? Currently running 2.4.1 using rvm on my Mac. Anyway, no problem, if it passed the pipeline, it's probably something small on my local machine. |
Add support for ProxyTimeout
Separately changes the default for Timeout to the Apache default per this discussion. https://tickets.puppetlabs.com/browse/MODULES-5792.