recommit for updates in build 17

This commit is contained in:
2018-08-26 17:42:58 +02:00
parent b4b988a68c
commit 30b817aca8
4 changed files with 29 additions and 10 deletions

View File

@@ -61,7 +61,7 @@
<p>|Repo Name| version | Build
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
Status</a>/]|</p>

View File

@@ -61,7 +61,7 @@
<p>|Repo Name| version | Build
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
Status</a>/]|</p>

View File

@@ -454,6 +454,19 @@ disabled.</p>
<p>the port to use for the https protocol</p>
</div>
</li>
<li>
<span class='name'>reqpackages</span>
<span class='type'>(<tt>Any</tt>)</span>
<em class="default">(defaults to: <tt>[&#39;httpd&#39;,&#39;mod_ssl&#39;]</tt>)</em>
</li>
<li>
@@ -562,16 +575,17 @@ disabled.</p>
130
131
132
133
134
135</pre>
133</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 63</span>
class cd_apache::params (
# installation
$pkg_ensure = &#39;latest&#39;,
$reqpackages = [&#39;httpd&#39;,&#39;mod_ssl&#39;],
$ae_manage_user = false,
@@ -599,11 +613,6 @@ $ae_https_port = &#39;443&#39;,
) {
# installation section
$reqpackages = $::operatingsystem ? {
/(?i-mx:centos|fedora|redhat)/ =&gt; [&#39;httpd&#39;,&#39;mod_ssl&#39;],
}
# service
$ae_service = &#39;httpd&#39;