Recommit for updates in build 11
This commit is contained in:
@@ -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>'root@example.net'</tt>)</em>
|
||||
|
||||
|
||||
—
|
||||
<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>'localhost'</tt>)</em>
|
||||
|
||||
|
||||
—
|
||||
<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 = 'yes',
|
||||
String $ac_reboot = 'never',
|
||||
String $ac_emit_via = 'email',
|
||||
String $ac_email_to = 'root@example.net',
|
||||
String $ac_email_host = 'localhost',
|
||||
|
||||
) {
|
||||
# Facts
|
||||
|
||||
Reference in New Issue
Block a user