Increase default report-ttl to 14d
This commit is contained in:
parent
797310d884
commit
7c2caf6a20
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ class puppetdb::params {
|
|||
# These settings manage the various auto-deactivation and auto-purge settings
|
||||
$node_ttl = '0s'
|
||||
$node_purge_ttl = '0s'
|
||||
$report_ttl = '7d'
|
||||
$report_ttl = '14d'
|
||||
|
||||
$puppetdb_version = 'present'
|
||||
|
||||
|
|
Loading…
Reference in a new issue