From fb8bf202419fcc0ec8e7c5bf647ea8431f16b18c Mon Sep 17 00:00:00 2001 From: Jenkins Server Date: Mon, 2 Feb 2026 21:53:34 +0100 Subject: [PATCH] Recommit for updates in build 5 --- doc/file.README.html | 2 ++ doc/index.html | 2 ++ .../confdroid_puppet_3A_3Aparams.html | 26 ++++++++++++++++--- 3 files changed, 27 insertions(+), 3 deletions(-) diff --git a/doc/file.README.html b/doc/file.README.html index 7021433..dc27550 100644 --- a/doc/file.README.html +++ b/doc/file.README.html @@ -153,6 +153,8 @@

Puppetdb

Support

diff --git a/doc/index.html b/doc/index.html index 61cee29..fc57025 100644 --- a/doc/index.html +++ b/doc/index.html @@ -153,6 +153,8 @@

Puppetdb

Support

diff --git a/doc/puppet_classes/confdroid_puppet_3A_3Aparams.html b/doc/puppet_classes/confdroid_puppet_3A_3Aparams.html index cdfaeae..006355c 100644 --- a/doc/puppet_classes/confdroid_puppet_3A_3Aparams.html +++ b/doc/puppet_classes/confdroid_puppet_3A_3Aparams.html @@ -1172,6 +1172,24 @@ —

placeholder for the server.crt

+
+ + + +
  • + + pt_pptdb_log_max_age + + + (String) + + + (defaults to: '30') + + + — +
    +

    the max age for puppetdb logs in days

  • @@ -1187,7 +1205,6 @@
     
     
    -68
     69
     70
     71
    @@ -1339,10 +1356,12 @@
     217
     218
     219
    -220
    +220 +221 +222 -
    # File 'manifests/params.pp', line 68
    +        
    # File 'manifests/params.pp', line 69
     
     class confdroid_puppet::params (
     
    @@ -1400,6 +1419,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',