From 96300e499bc8a09c714e73d5293479e3c9968ec4 Mon Sep 17 00:00:00 2001 From: Aurelien Jarno Date: Sun, 25 Jun 2017 00:43:05 +0200 Subject: [PATCH] puppet.conf: increase the connect timeout a bit Signed-off-by: Aurelien Jarno --- modules/debian_org/templates/puppet.conf.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1