File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -497,19 +497,20 @@ settings and fail if it is not able to do so. Defaults to `true`.
497
497
#### ` node_ttl `
498
498
499
499
The length of time a node can go without receiving any new data before it's
500
- automatically deactivated. (defaults to '0', which disables auto-deactivation).
501
- This option is supported in PuppetDB >= 1.1.0.
500
+ automatically deactivated. (defaults to '7d', which is a 7-day period. Set to
501
+ '0' to disable auto-deactivation). This option is supported in PuppetDB >=
502
+ 1.1.0.
502
503
503
504
#### ` node_purge_ttl `
504
505
505
506
The length of time a node can be deactivated before it's deleted from the
506
- database. (defaults to '0 ', which disables purging). This option is supported in
507
- PuppetDB >= 1.2.0.
507
+ database. (defaults to '14d ', which is a 14-day period. Set to '0' to disable
508
+ purging). This option is supported in PuppetDB >= 1.2.0.
508
509
509
510
#### ` report_ttl `
510
511
511
512
The length of time reports should be stored before being deleted. (defaults to
512
- ` 7d ` , which is a 7 -day period). This option is supported in PuppetDB >= 1.1.0.
513
+ ` 14d ` , which is a 14 -day period). This option is supported in PuppetDB >= 1.1.0.
513
514
514
515
#### ` gc_interval `
515
516
You can’t perform that action at this time.
0 commit comments