Recommit for updates in build 11

This commit is contained in:
Jenkins Server
2025-06-03 17:15:41 +02:00
parent 1ad2b5179e
commit 87b0365edf
4 changed files with 47 additions and 7 deletions

View File

@@ -264,6 +264,42 @@
—
<div class='inline'>
<p>how to inform about emitted updates</p>
</div>
</li>
<li>
<span class='name'>ac_email_to</span>
<span class='type'>(<tt>String</tt>)</span>
<em class="default">(defaults to: <tt>&#39;root@example.net&#39;</tt>)</em>
&mdash;
<div class='inline'>
<p>where to send the email to</p>
</div>
</li>
<li>
<span class='name'>ac_email_host</span>
<span class='type'>(<tt>String</tt>)</span>
<em class="default">(defaults to: <tt>&#39;localhost&#39;</tt>)</em>
&mdash;
<div class='inline'>
<p>which host to use to send the email</p>
</div>
</li>
@@ -279,8 +315,6 @@
<pre class="lines">
15
16
17
18
19
@@ -309,10 +343,14 @@
42
43
44
45</pre>
45
46
47
48
49</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 15</span>
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 17</span>
class automatic_cd::params (
@@ -327,6 +365,8 @@ class automatic_cd::params (
String $ac_apply_updates = &#39;yes&#39;,
String $ac_reboot = &#39;never&#39;,
String $ac_emit_via = &#39;email&#39;,
String $ac_email_to = &#39;root@example.net&#39;,
String $ac_email_host = &#39;localhost&#39;,
) {
# Facts