From: Aurelien Jarno Date: Sat, 24 Jun 2017 22:43:05 +0000 (+0200) Subject: puppet.conf: increase the connect timeout a bit X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=96300e499bc8a09c714e73d5293479e3c9968ec4;p=mirror%2Fdsa-puppet.git puppet.conf: increase the connect timeout a bit Signed-off-by: Aurelien Jarno --- diff --git a/modules/debian_org/templates/puppet.conf.erb b/modules/debian_org/templates/puppet.conf.erb index cc5dc46c0..a26786771 100644 --- a/modules/debian_org/templates/puppet.conf.erb +++ b/modules/debian_org/templates/puppet.conf.erb @@ -27,7 +27,7 @@ storeconfigs_backend = puppetdb environments = development,testing,production,staging report = true <%- if has_variable?("puppetversion") and (scope.call_function('versioncmp', [@puppetversion.to_s, '4.1.0']) >= 0) -%> -http_connect_timeout = 10 +http_connect_timeout = 20 http_read_timeout = 240 <%- else -%> configtimeout = 240