fix: thundering hurd
All checks were successful
Build / precommit (pull_request) Successful in 5m38s
All checks were successful
Build / precommit (pull_request) Successful in 5m38s
- started all puppet clients at the same time, resulting in thundering herd - add a randomness timer of 10 minutes
This commit is contained in:
parent
6f51bffeaa
commit
49f142a6a3
@ -13,6 +13,8 @@ class profiles::puppet::client (
|
||||
Boolean $show_diff = true,
|
||||
Boolean $usecacheonfailure = false,
|
||||
Integer $facts_soft_limit = 4096,
|
||||
Boolean $splay = true,
|
||||
Integer $splaylimit = 600,
|
||||
) {
|
||||
|
||||
# dont manage puppet.conf if this is a puppetmaster
|
||||
|
||||
@ -12,3 +12,5 @@ runtimeout = <%= @runtimeout %>
|
||||
show_diff = <%= @show_diff %>
|
||||
usecacheonfailure = <%= @usecacheonfailure %>
|
||||
number_of_facts_soft_limit = <%= @facts_soft_limit %>
|
||||
splay = <%= @splay %>
|
||||
splaylimit = <%= @splaylimit %>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user