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
When running a Puppet run containing tcp_conn_validator I saw this warning emitted by Puppet:
Warning: Accessing 'configtimeout' as a setting is deprecated.
(location: /opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/settings.rb:1165:in `issue_deprecation_warning')
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
closesvoxpupuli#54
When running a Puppet run containing
tcp_conn_validatorI saw this warning emitted by Puppet:and traced it back to this line: https://github.com/voxpupuli/puppet-healthcheck/blob/master/lib/puppet_x/puppet-community/tcp_validator.rb#L31
The text was updated successfully, but these errors were encountered: