puppet-prod/site/profiles/templates/puppet/client/puppet.conf.erb
Ben Vincent 49f142a6a3
All checks were successful
Build / precommit (pull_request) Successful in 5m38s
fix: thundering hurd
- started all puppet clients at the same time, resulting in thundering herd
- add a randomness timer of 10 minutes
2026-01-12 20:12:57 +11:00

17 lines
444 B
Plaintext

[main]
dns_alt_names = <%= @dns_alt_names_string %>
[agent]
server = <%= @server %>
ca_server = <%= @ca_server %>
environment = <%= @environment %>
report = true
report_server = <%= @server %>
runinterval = <%= @runinterval %>
runtimeout = <%= @runtimeout %>
show_diff = <%= @show_diff %>
usecacheonfailure = <%= @usecacheonfailure %>
number_of_facts_soft_limit = <%= @facts_soft_limit %>
splay = <%= @splay %>
splaylimit = <%= @splaylimit %>