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

replace configtimeout with http_connect_timeout (#54) #55

Merged
merged 1 commit into from
Apr 5, 2020

Conversation

b4ldr
Copy link
Member

@b4ldr b4ldr commented Mar 27, 2020

configtimeout is deprecated in favour of http_connect_timeout and
http_read_timeout. this PR updates configtimeout with
http_connect_timeout which seems reasonable however im not familiar with
this module so let me know if read_timeout makes more sense

Fixes #54

configtimeout is deprecated in favour of  http_connect_timeout and
http_read_timeout.  this PR updates configtimeout with
http_connect_timeout which seems reasonable however im not familiar with
this module so let me know if read_timeout makes more sense

closes voxpupuli#54
@bastelfreak
Copy link
Member

Thanks for the PR. Do you know when http_connect_timeout was introduced? was it already present in 5.5.8 (that's the lowest version we currently support, according to metadata.json).

@bastelfreak bastelfreak added bug Something isn't working needs-feedback Further information is requested labels Mar 29, 2020
@b4ldr
Copy link
Member Author

b4ldr commented Mar 31, 2020

looks like it was deprecated in puppet 4.0.0 https://tickets.puppetlabs.com/browse/PUP-3666

@dhoppe
Copy link
Member

dhoppe commented Mar 31, 2020

looks like it was deprecated in puppet 4.0.0 https://tickets.puppetlabs.com/browse/PUP-3666

I am not able to open tis Jira issue, but it looks like configtimeout has been replaced by http_connect_timeout.

I saw the new parameter in the Puppet 4 docs, but this module only supports Puppet 5/6.

@bastelfreak bastelfreak removed the needs-feedback Further information is requested label Apr 5, 2020
@bastelfreak bastelfreak merged commit f677376 into voxpupuli:master Apr 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Accessing 'configtimeout' as a setting is deprecated
3 participants