Recommit for updates in build 11
This commit is contained in:
@@ -2,5 +2,5 @@ projectKey=automatic_cd
|
||||
serverUrl=https://sonarqube.confdroid.com
|
||||
serverVersion=25.5.0.107428
|
||||
dashboardUrl=https://sonarqube.confdroid.com/dashboard?id=automatic_cd
|
||||
ceTaskId=bdb4c7c3-55b2-4bec-858e-cb4084fa8863
|
||||
ceTaskUrl=https://sonarqube.confdroid.com/api/ce/task?id=bdb4c7c3-55b2-4bec-858e-cb4084fa8863
|
||||
ceTaskId=05388a82-2830-4ae0-ac24-2f93e32b35aa
|
||||
ceTaskUrl=https://sonarqube.confdroid.com/api/ce/task?id=05388a82-2830-4ae0-ac24-2f93e32b35aa
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
manifests/init.pp 478e2a087e702bfd4cf48c5d8984325040307f15
|
||||
manifests/params.pp b53d8e538a85e05376df84fd81a63916b20901f3
|
||||
manifests/params.pp dbafa4ecafba7351af41dbbae8baca878a5ec959
|
||||
manifests/main/dirs.pp af59ff6da810f0490aff3b9c21a8f3c69ae5b20b
|
||||
manifests/main/files.pp edab2ec72add8ddf6284fbb375b648cf7f65f077
|
||||
manifests/main/config.pp 27413292f36c6dd5df14e4c64455d623a0b164fa
|
||||
|
||||
Binary file not shown.
@@ -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