Recommit for updates in build 69
This commit is contained in:
@@ -790,6 +790,24 @@
|
||||
—
|
||||
<div class='inline'>
|
||||
<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>
|
||||
|
||||
</li>
|
||||
@@ -805,7 +823,6 @@
|
||||
<pre class="lines">
|
||||
|
||||
|
||||
44
|
||||
45
|
||||
46
|
||||
47
|
||||
@@ -891,10 +908,12 @@
|
||||
127
|
||||
128
|
||||
129
|
||||
130</pre>
|
||||
130
|
||||
131
|
||||
132</pre>
|
||||
</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 (
|
||||
|
||||
@@ -953,6 +972,7 @@ class prometheus_cd::params (
|
||||
Boolean $ps_dry_run = true,
|
||||
String $ps_min_age_hours = '4',
|
||||
String $ps_grace_hours = '1',
|
||||
String $ps_sql_template = 'Changeme',
|
||||
|
||||
) {
|
||||
# defaults
|
||||
|
||||
Reference in New Issue
Block a user