facter for git key
[mirror/dsa-puppet.git] / modules / debian_org / templates / puppet.conf.erb
index f6616ed..a267867 100644 (file)
@@ -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" -%>