feat: manage the facts soft limit
- set the facts soft limit for agents and servers - prevent warnings about reaching the default 2048 soft limit
This commit is contained in:
@@ -12,6 +12,7 @@ class profiles::puppet::client (
|
||||
Integer $runtimeout = 3600,
|
||||
Boolean $show_diff = true,
|
||||
Boolean $usecacheonfailure = false,
|
||||
Integer $facts_soft_limit = 4096,
|
||||
) {
|
||||
|
||||
# dont manage puppet.conf if this is a puppetmaster
|
||||
|
||||
Reference in New Issue
Block a user