recommit for updates in build 16

This commit is contained in:
Jenkins ConfDroid
2019-09-16 12:14:17 +02:00
parent 7ad0b68645
commit 6ed03cc604
2 changed files with 13 additions and 1 deletions

View File

@@ -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/73a596d8f0b7d22">73a596d8f0b7d22</a> Jenkins ConfDroid <i>2019-04-23 19:29:53</i>
<p>
<h3>recommit for updates in build 15</h3>
</p>
<a href="https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/cf924624c861aed">cf924624c861aed</a> Arne Teuke <i>2019-04-23 19:29:11</i>
<p>
<h3>moves execs to selinux</h3>
</p>
<a href="https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/6f6abc12cb4bc76">6f6abc12cb4bc76</a> Jenkins ConfDroid <i>2019-04-23 19:22:32</i> <a href="https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/6f6abc12cb4bc76">6f6abc12cb4bc76</a> Jenkins ConfDroid <i>2019-04-23 19:22:32</i>
<p> <p>
<h3>recommit for updates in build 14</h3> <h3>recommit for updates in build 14</h3>

View File

@@ -131,7 +131,8 @@ href="http://www.gnu.org/licenses">www.gnu.org/licenses</a>/.</p>
32 32
33 33
34 34
35</pre> 35
36</pre>
</td> </td>
<td> <td>
<pre class="code"><span class="info file"># File 'manifests/firewall/iptables.pp', line 23</span> <pre class="code"><span class="info file"># File 'manifests/firewall/iptables.pp', line 23</span>
@@ -143,6 +144,7 @@ class cd_nrpe::firewall::iptables (
if $ne_incl_fw == true { if $ne_incl_fw == true {
firewall { &quot;${ne_fw_order_no}${ne_nrpe_port} port ${ne_nrpe_port}&quot;: firewall { &quot;${ne_fw_order_no}${ne_nrpe_port} port ${ne_nrpe_port}&quot;:
source =&gt; $nagios_server,
proto =&gt; [&#39;tcp&#39;,&#39;udp&#39;], proto =&gt; [&#39;tcp&#39;,&#39;udp&#39;],
dport =&gt; $ne_nrpe_port, dport =&gt; $ne_nrpe_port,
action =&gt; &#39;accept&#39;, action =&gt; &#39;accept&#39;,