Recommit for updates in build 5

This commit is contained in:
2026-02-02 21:53:34 +01:00
parent 6e6dd9a17c
commit 0da187a826
5 changed files with 27 additions and 170 deletions

View File

@@ -153,6 +153,8 @@
<h4 id="label-Puppetdb">Puppetdb</h4>
<ul><li>
<p>installs and configures Puppetdb on the node specified with <code>pt_puppetdb_fqdn</code>, which can be the puppetmaster or any other node (recommended for performance reasons)</p>
</li><li>
<p>the logrotation can be set in max days via <code>pt_pptdb_log_max_age</code></p>
</li></ul>
<h2 id="label-Support">Support</h2>

View File

@@ -153,6 +153,8 @@
<h4 id="label-Puppetdb">Puppetdb</h4>
<ul><li>
<p>installs and configures Puppetdb on the node specified with <code>pt_puppetdb_fqdn</code>, which can be the puppetmaster or any other node (recommended for performance reasons)</p>
</li><li>
<p>the logrotation can be set in max days via <code>pt_pptdb_log_max_age</code></p>
</li></ul>
<h2 id="label-Support">Support</h2>

View File

@@ -1172,6 +1172,24 @@
&mdash;
<div class='inline'>
<p>placeholder for the server.crt</p>
</div>
</li>
<li>
<span class='name'>pt_pptdb_log_max_age</span>
<span class='type'>(<tt>String</tt>)</span>
<em class="default">(defaults to: <tt>&#39;30&#39;</tt>)</em>
&mdash;
<div class='inline'>
<p>the max age for puppetdb logs in days</p>
</div>
</li>
@@ -1187,7 +1205,6 @@
<pre class="lines">
68
69
70
71
@@ -1339,10 +1356,12 @@
217
218
219
220</pre>
220
221
222</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 68</span>
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 69</span>
class confdroid_puppet::params (
@@ -1400,6 +1419,7 @@ class confdroid_puppet::params (
String $pt_pptdb_ca_crt = &#39;Changeme&#39;,
String $pt_pptdb_server_crt = &#39;Changeme&#39;,
String $pt_pptdb_server_key = &#39;Changeme&#39;,
String $pt_pptdb_log_max_age = &#39;30&#39;,
## jetty
String $pt_http_port = &#39;8080&#39;,