recommit for updates in build 7

This commit is contained in:
2018-04-20 11:36:16 +02:00
parent e4b622d624
commit a23a3bc4c1
6 changed files with 305 additions and 15 deletions

View File

@@ -79,6 +79,8 @@
<span class='object_link'><a href="cd_apache_3A_3Aserver_3A_3Aservice.html" title="puppet_classes::cd_apache::server::service (puppet_class)">cd_apache::server::service</a></span><br/>
<span class='object_link'><a href="cd_apache_3A_3Afirewall_3A_3Aiptables.html" title="puppet_classes::cd_apache::firewall::iptables (puppet_class)">cd_apache::firewall::iptables</a></span><br/>
<span class='object_link'><a href="cd_apache_3A_3Amonitoring_3A_3Atarget.html" title="puppet_classes::cd_apache::monitoring::target (puppet_class)">cd_apache::monitoring::target</a></span><br/>
</dd>
@@ -400,6 +402,60 @@ disabled.</p>
</li>
<li>
<span class='name'>ae_order_no</span>
<span class='type'>(<tt>string</tt>)</span>
<em class="default">(defaults to: <tt>&#39;50&#39;</tt>)</em>
&mdash;
<div class='inline'>
<p>the order number for the firewall rules</p>
</div>
</li>
<li>
<span class='name'>ae_http_port</span>
<span class='type'>(<tt>string</tt>)</span>
<em class="default">(defaults to: <tt>&#39;80&#39;</tt>)</em>
&mdash;
<div class='inline'>
<p>the port to use for the http protocol</p>
</div>
</li>
<li>
<span class='name'>ae_https_port</span>
<span class='type'>(<tt>string</tt>)</span>
<em class="default">(defaults to: <tt>&#39;443&#39;</tt>)</em>
&mdash;
<div class='inline'>
<p>the port to use for the https protocol</p>
</div>
</li>
<li>
<span class='name'>ae_target_service</span>
@@ -413,6 +469,19 @@ disabled.</p>
</li>
<li>
<span class='name'>ae_manage_fw</span>
<span class='type'>(<tt>Any</tt>)</span>
<em class="default">(defaults to: <tt>true</tt>)</em>
</li>
</ul>
@@ -423,10 +492,6 @@ disabled.</p>
<pre class="lines">
59
60
61
62
63
64
65
@@ -490,10 +555,20 @@ disabled.</p>
123
124
125
126</pre>
126
127
128
129
130
131
132
133
134
135
136</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 59</span>
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 63</span>
class cd_apache::params (
@@ -517,6 +592,12 @@ $ae_allow_user_dirs = false,
$ae_incl_target = true,
$ae_target_service = &#39;/etc/nagios/conf.d/httpd_service.cfg&#39;,
# firewall
$ae_manage_fw = true,
$ae_order_no = &#39;50&#39;,
$ae_http_port = &#39;80&#39;,
$ae_https_port = &#39;443&#39;,
) {
# installation section