From: Aurelien Jarno Date: Tue, 11 Apr 2017 13:30:37 +0000 (+0200) Subject: puppet.conf: fix a typo in my previous commit X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=35b2a600867622a1b28dda2b54840d9c8d89fab3;p=mirror%2Fdsa-puppet.git puppet.conf: fix a typo in my previous commit Signed-off-by: Aurelien Jarno --- 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" -%>