From 35b2a600867622a1b28dda2b54840d9c8d89fab3 Mon Sep 17 00:00:00 2001 From: Aurelien Jarno Date: Tue, 11 Apr 2017 15:30:37 +0200 Subject: [PATCH] puppet.conf: fix a typo in my previous commit 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 f6616ed6d..cc5dc46c0 100644 --- a/modules/debian_org/templates/puppet.conf.erb +++ b/modules/debian_org/templates/puppet.conf.erb @@ -29,7 +29,7 @@ report = true <%- if has_variable?("puppetversion") and (scope.call_function('versioncmp', [@puppetversion.to_s, '4.1.0']) >= 0) -%> http_connect_timeout = 10 http_read_timeout = 240 -<%- else -% +<%- else -%> configtimeout = 240 <%- end -%> <%- if has_variable?("puppetversion") and @puppetversion.to_s == "3.7.2" -%> -- 2.20.1