OP#233 add variable for puppetdb logs max age

This commit is contained in:
12ww1160
2026-02-02 21:52:25 +01:00
parent 3ef2a772c1
commit c5cb03d3a0
2 changed files with 3 additions and 1 deletions

View File

@@ -64,6 +64,7 @@
# @param [String] pt_pptdb_ca_crt placeholder for the ca.crt
# @param [String] pt_pptdb_server_crt placeholder for the server.crt
# @param [String] pt_pptdb_server_key placeholder for the server.crt
# @param [String] pt_pptdb_log_max_age the max age for puppetdb logs in days
###############################################################################
class confdroid_puppet::params (
@@ -121,6 +122,7 @@ class confdroid_puppet::params (
String $pt_pptdb_ca_crt = 'Changeme',
String $pt_pptdb_server_crt = 'Changeme',
String $pt_pptdb_server_key = 'Changeme',
String $pt_pptdb_log_max_age = '30',
## jetty
String $pt_http_port = '8080',