Recommit for updates in build 5
This commit is contained in:
@@ -153,6 +153,8 @@
|
|||||||
<h4 id="label-Puppetdb">Puppetdb</h4>
|
<h4 id="label-Puppetdb">Puppetdb</h4>
|
||||||
<ul><li>
|
<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>
|
<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>
|
</li></ul>
|
||||||
|
|
||||||
<h2 id="label-Support">Support</h2>
|
<h2 id="label-Support">Support</h2>
|
||||||
|
|||||||
@@ -153,6 +153,8 @@
|
|||||||
<h4 id="label-Puppetdb">Puppetdb</h4>
|
<h4 id="label-Puppetdb">Puppetdb</h4>
|
||||||
<ul><li>
|
<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>
|
<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>
|
</li></ul>
|
||||||
|
|
||||||
<h2 id="label-Support">Support</h2>
|
<h2 id="label-Support">Support</h2>
|
||||||
|
|||||||
@@ -1172,6 +1172,24 @@
|
|||||||
—
|
—
|
||||||
<div class='inline'>
|
<div class='inline'>
|
||||||
<p>placeholder for the server.crt</p>
|
<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>'30'</tt>)</em>
|
||||||
|
|
||||||
|
|
||||||
|
—
|
||||||
|
<div class='inline'>
|
||||||
|
<p>the max age for puppetdb logs in days</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
@@ -1187,7 +1205,6 @@
|
|||||||
<pre class="lines">
|
<pre class="lines">
|
||||||
|
|
||||||
|
|
||||||
68
|
|
||||||
69
|
69
|
||||||
70
|
70
|
||||||
71
|
71
|
||||||
@@ -1339,10 +1356,12 @@
|
|||||||
217
|
217
|
||||||
218
|
218
|
||||||
219
|
219
|
||||||
220</pre>
|
220
|
||||||
|
221
|
||||||
|
222</pre>
|
||||||
</td>
|
</td>
|
||||||
<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 (
|
class confdroid_puppet::params (
|
||||||
|
|
||||||
@@ -1400,6 +1419,7 @@ class confdroid_puppet::params (
|
|||||||
String $pt_pptdb_ca_crt = 'Changeme',
|
String $pt_pptdb_ca_crt = 'Changeme',
|
||||||
String $pt_pptdb_server_crt = 'Changeme',
|
String $pt_pptdb_server_crt = 'Changeme',
|
||||||
String $pt_pptdb_server_key = 'Changeme',
|
String $pt_pptdb_server_key = 'Changeme',
|
||||||
|
String $pt_pptdb_log_max_age = '30',
|
||||||
|
|
||||||
## jetty
|
## jetty
|
||||||
String $pt_http_port = '8080',
|
String $pt_http_port = '8080',
|
||||||
|
|||||||
Reference in New Issue
Block a user