-
Notifications
You must be signed in to change notification settings - Fork 229
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
Manage connection timeout #677
Manage connection timeout #677
Conversation
@ekohl there was an intruder wrong comma Already fixed it |
@Edmilson-JR could you also remove |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It'd be nice to drop configtimeout
as well.
# $http_connect_timeout:: The maximum amount of time to wait (agent) | ||
# when establishing an HTTP connection. | ||
# Replaces 'configtimeout' along with | ||
# 'http_read_timeout' (Puppet 4+). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The module is Puppet 5 only as of master so you can leave this out.
Replaced by #693 |
We've all been there. Thanks for the initial PR. |
PR as discussed at issue #676