Ticket #1176: puppet-fix-1176-2.patch
| File puppet-fix-1176-2.patch, 0.7 kB (added by arogge, 9 months ago) |
|---|
-
a/lib/puppet/network/http_pool.rb
old new 88 88 class << http; attr_accessor :ca_file; end 89 89 90 90 http.use_ssl = true 91 # Use configured timeout (#1176)91 # Use configured timeout (#1176) 92 92 http.read_timeout = Puppet[:configtimeout] 93 93 http.open_timeout = Puppet[:configtimeout] 94 94 # JJM Configurable fix for #896.