Recommit for updates in build 5
This commit is contained in:
@@ -1172,6 +1172,24 @@
|
||||
—
|
||||
<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>'30'</tt>)</em>
|
||||
|
||||
|
||||
—
|
||||
<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 = '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',
|
||||
|
||||
Reference in New Issue
Block a user