Document ttl settings in README

This commit is contained in:
Nick Lewis 2013-02-06 16:08:07 -08:00
parent 9efe80b95a
commit 76fa9018b0

View file

@ -193,6 +193,18 @@ The password for the database user (defaults to `puppetdb`; ignored for `embedde
The name of the database instance to connect to (defaults to `puppetdb`; ignored for `embedded` db).
####`node_ttl`
The length of time a node can go without receiving any new data before it's automatically deactivated. (defaults to '0', which disables auto-deactivation)
####`node_purge_ttl`
The length of time a node can be deactivated before it's deleted from the database. (defaults to '0', which disables purging)
####`report_ttl`
The length of time reports should be stored before being deleted. (defaults to '7d', which is a 7-day period)
####`puppetdb_package`
The puppetdb package name in the package manager.