X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;ds=sidebyside;f=modules%2Fdebian_org%2Ftemplates%2Fpuppet.conf.erb;h=a26786771d8d003346dac45bf195f321f5d2f028;hb=f730778ea3422c96c978e2bef1b3fda703094707;hp=f6616ed6d7c1b0b03f809747784077a9e700f0aa;hpb=7a1fb7dbb49b61b9d949e58ca92774f2d49c4e7e;p=mirror%2Fdsa-puppet.git diff --git a/modules/debian_org/templates/puppet.conf.erb b/modules/debian_org/templates/puppet.conf.erb index f6616ed6d..a26786771 100644 --- a/modules/debian_org/templates/puppet.conf.erb +++ b/modules/debian_org/templates/puppet.conf.erb @@ -27,9 +27,9 @@ 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 -% +<%- else -%> configtimeout = 240 <%- end -%> <%- if has_variable?("puppetversion") and @puppetversion.to_s == "3.7.2" -%>