Increase default report-ttl to 14d

This commit is contained in:
Chris Price 2013-05-02 15:00:00 -07:00
parent 797310d884
commit 7c2caf6a20

View file

@ -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'