Recommit for updates in build 69
This commit is contained in:
@@ -790,6 +790,24 @@
|
|||||||
—
|
—
|
||||||
<div class='inline'>
|
<div class='inline'>
|
||||||
<p>Grace period in hours to be extra safe</p>
|
<p>Grace period in hours to be extra safe</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li>
|
||||||
|
|
||||||
|
<span class='name'>ps_sql_template</span>
|
||||||
|
|
||||||
|
|
||||||
|
<span class='type'>(<tt>String</tt>)</span>
|
||||||
|
|
||||||
|
|
||||||
|
<em class="default">(defaults to: <tt>'Changeme'</tt>)</em>
|
||||||
|
|
||||||
|
|
||||||
|
—
|
||||||
|
<div class='inline'>
|
||||||
|
<p>the SQL template to use for checks.</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
@@ -805,7 +823,6 @@
|
|||||||
<pre class="lines">
|
<pre class="lines">
|
||||||
|
|
||||||
|
|
||||||
44
|
|
||||||
45
|
45
|
||||||
46
|
46
|
||||||
47
|
47
|
||||||
@@ -891,10 +908,12 @@
|
|||||||
127
|
127
|
||||||
128
|
128
|
||||||
129
|
129
|
||||||
130</pre>
|
130
|
||||||
|
131
|
||||||
|
132</pre>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 44</span>
|
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 45</span>
|
||||||
|
|
||||||
class prometheus_cd::params (
|
class prometheus_cd::params (
|
||||||
|
|
||||||
@@ -953,6 +972,7 @@ class prometheus_cd::params (
|
|||||||
Boolean $ps_dry_run = true,
|
Boolean $ps_dry_run = true,
|
||||||
String $ps_min_age_hours = '4',
|
String $ps_min_age_hours = '4',
|
||||||
String $ps_grace_hours = '1',
|
String $ps_grace_hours = '1',
|
||||||
|
String $ps_sql_template = 'Changeme',
|
||||||
|
|
||||||
) {
|
) {
|
||||||
# defaults
|
# defaults
|
||||||
|
|||||||
Reference in New Issue
Block a user