Skip to content

Commit 6bdd3d4

Browse files
smortexaustb
authored andcommitted
(maint) '0' is not an accepted value, '0d' is
1 parent 9e553f0 commit 6bdd3d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -498,13 +498,13 @@ settings and fail if it is not able to do so. Defaults to `true`.
498498

499499
The length of time a node can go without receiving any new data before it's
500500
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 >=
501+
'0d' to disable auto-deactivation). This option is supported in PuppetDB >=
502502
1.1.0.
503503

504504
#### `node_purge_ttl`
505505

506506
The length of time a node can be deactivated before it's deleted from the
507-
database. (defaults to '14d', which is a 14-day period. Set to '0' to disable
507+
database. (defaults to '14d', which is a 14-day period. Set to '0d' to disable
508508
purging). This option is supported in PuppetDB >= 1.2.0.
509509

510510
#### `report_ttl`

0 commit comments

Comments
 (0)