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 @@
installs and configures Puppetdb on the node specified with pt_puppetdb_fqdn, which can be the puppetmaster or any other node (recommended for performance reasons)
the logrotation can be set in max days via pt_pptdb_log_max_age
installs and configures Puppetdb on the node specified with pt_puppetdb_fqdn, which can be the puppetmaster or any other node (recommended for performance reasons)
the logrotation can be set in max days via pt_pptdb_log_max_age
placeholder for the server.crt
+the max age for puppetdb logs in days
-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',