Skip to content

Commit

Permalink
Merge pull request #6772 from jhelwig/PUP-8534-remove-configtimeout-s…
Browse files Browse the repository at this point in the history
…etting

(PUP-8534) Remove deprecated configtimeout setting
  • Loading branch information
joshcooper committed Apr 2, 2018
2 parents dffb905 + 5de7e26 commit 01725a5
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions lib/puppet/defaults.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1667,19 +1667,6 @@ def self.valid_file_checksum_types
:mode => "0750",
:desc => "Where FileBucket files are stored locally."
},
:configtimeout => {
:default => "2m",
:type => :duration,
:desc => "How long the client should wait for the configuration to be retrieved
before considering it a failure. This setting is deprecated and has been replaced
by http_connect_timeout and http_read_timeout.
#{AS_DURATION}",
:deprecated => :completely,
:hook => proc do |value|
Puppet[:http_connect_timeout] = value
Puppet[:http_read_timeout] = value
end
},
:report_server => {
:default => "$server",
:desc => "The server to send transaction reports to.",
Expand Down

0 comments on commit 01725a5

Please sign in to comment.