recommit for updates in build 17
This commit is contained in:
10
CHANGELOG.md
10
CHANGELOG.md
@@ -8,6 +8,16 @@ Changelog of Git Changelog.
|
|||||||
<h2> No issue </h2>
|
<h2> No issue </h2>
|
||||||
|
|
||||||
|
|
||||||
|
<a href="https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/52a7b063c5eb39e">52a7b063c5eb39e</a> Jenkins ConfDroid <i>2018-08-26 14:59:39</i>
|
||||||
|
<p>
|
||||||
|
<h3>recommit for updates in build 16</h3>
|
||||||
|
|
||||||
|
</p>
|
||||||
|
<a href="https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/4e9b86a23ab5b0b">4e9b86a23ab5b0b</a> Arne Teuke <i>2018-08-26 14:58:47</i>
|
||||||
|
<p>
|
||||||
|
<h3>updates README</h3>
|
||||||
|
|
||||||
|
</p>
|
||||||
<a href="https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/2e9afa83494de05">2e9afa83494de05</a> Arne Teuke <i>2018-04-29 11:27:51</i>
|
<a href="https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/2e9afa83494de05">2e9afa83494de05</a> Arne Teuke <i>2018-04-29 11:27:51</i>
|
||||||
<p>
|
<p>
|
||||||
<h3>updates mode</h3>
|
<h3>updates mode</h3>
|
||||||
|
|||||||
@@ -61,7 +61,7 @@
|
|||||||
<p>|Repo Name| version | Build
|
<p>|Repo Name| version | Build
|
||||||
Status|
|
Status|
|
||||||
|---|---|---|---|
|
|---|---|---|---|
|
||||||
|<code>cd_apache</code>| 1.1.1.8 | <a
|
|<code>cd_apache</code>| 1.1.2.8 | <a
|
||||||
href="https://pipelines.confdroid.com/buildStatus/icon?job=cd_apache">{Build
|
href="https://pipelines.confdroid.com/buildStatus/icon?job=cd_apache">{Build
|
||||||
Status</a>/]|</p>
|
Status</a>/]|</p>
|
||||||
|
|
||||||
|
|||||||
@@ -61,7 +61,7 @@
|
|||||||
<p>|Repo Name| version | Build
|
<p>|Repo Name| version | Build
|
||||||
Status|
|
Status|
|
||||||
|---|---|---|---|
|
|---|---|---|---|
|
||||||
|<code>cd_apache</code>| 1.1.1.8 | <a
|
|<code>cd_apache</code>| 1.1.2.8 | <a
|
||||||
href="https://pipelines.confdroid.com/buildStatus/icon?job=cd_apache">{Build
|
href="https://pipelines.confdroid.com/buildStatus/icon?job=cd_apache">{Build
|
||||||
Status</a>/]|</p>
|
Status</a>/]|</p>
|
||||||
|
|
||||||
|
|||||||
@@ -454,6 +454,19 @@ disabled.</p>
|
|||||||
<p>the port to use for the https protocol</p>
|
<p>the port to use for the https protocol</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li>
|
||||||
|
|
||||||
|
<span class='name'>reqpackages</span>
|
||||||
|
|
||||||
|
|
||||||
|
<span class='type'>(<tt>Any</tt>)</span>
|
||||||
|
|
||||||
|
|
||||||
|
<em class="default">(defaults to: <tt>['httpd','mod_ssl']</tt>)</em>
|
||||||
|
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
@@ -562,16 +575,17 @@ disabled.</p>
|
|||||||
130
|
130
|
||||||
131
|
131
|
||||||
132
|
132
|
||||||
133
|
133</pre>
|
||||||
134
|
|
||||||
135</pre>
|
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 63</span>
|
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 63</span>
|
||||||
|
|
||||||
class cd_apache::params (
|
class cd_apache::params (
|
||||||
|
|
||||||
|
# installation
|
||||||
$pkg_ensure = 'latest',
|
$pkg_ensure = 'latest',
|
||||||
|
$reqpackages = ['httpd','mod_ssl'],
|
||||||
|
|
||||||
|
|
||||||
$ae_manage_user = false,
|
$ae_manage_user = false,
|
||||||
|
|
||||||
@@ -599,11 +613,6 @@ $ae_https_port = '443',
|
|||||||
|
|
||||||
) {
|
) {
|
||||||
|
|
||||||
# installation section
|
|
||||||
|
|
||||||
$reqpackages = $::operatingsystem ? {
|
|
||||||
/(?i-mx:centos|fedora|redhat)/ => ['httpd','mod_ssl'],
|
|
||||||
}
|
|
||||||
|
|
||||||
# service
|
# service
|
||||||
$ae_service = 'httpd'
|
$ae_service = 'httpd'
|
||||||
|
|||||||
Reference in New Issue
Block a user