Skip to content

Commit eb66b99

Browse files
author
Dominic Cleal
committed
Add unit suffix to TTL settings to avoid issue #20099
1 parent 994e226 commit eb66b99

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)