3
0

Recommit for updates in build 69

This commit is contained in:
2025-12-07 17:50:29 +01:00
parent 76f2662d2e
commit e40de54d2c

View File

@@ -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>&#39;Changeme&#39;</tt>)</em>
&mdash;
<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 = &#39;4&#39;, String $ps_min_age_hours = &#39;4&#39;,
String $ps_grace_hours = &#39;1&#39;, String $ps_grace_hours = &#39;1&#39;,
String $ps_sql_template = &#39;Changeme&#39;,
) { ) {
# defaults # defaults