Skip to content

Commit 50c77cb

Browse files
committed
Merge pull request #45 from domcleal/ttl-units
Add unit suffix to TTL settings to avoid issue #20099
2 parents 994e226 + eb66b99 commit 50c77cb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

manifests/params.pp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
$database_password = 'puppetdb'
4343

4444
# These settings manage the various auto-deactivation and auto-purge settings
45-
$node_ttl = '0'
46-
$node_purge_ttl = '0'
45+
$node_ttl = '0s'
46+
$node_purge_ttl = '0s'
4747
$report_ttl = '7d'
4848

4949
$puppetdb_version = 'present'

0 commit comments

Comments
 (0)