3
0

recommit for updates in build 48

This commit is contained in:
2025-02-26 16:16:15 +01:00
parent de770c0fbf
commit e4d83dcb1b

View File

@@ -83,7 +83,7 @@
<div class="docstring">
<div class="discussion">
<p>puppet_cd::firewwall::iptables.pp Module name: puppet_cd Author: Arne Teuke
<p>puppet_cd::firewall::iptables.pp Module name: puppet_cd Author: Arne Teuke
(arne_teuke@confdroid)</p>
</div>
@@ -116,10 +116,7 @@
18
19
20
21
22
23
24</pre>
21</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'manifests/firewall/iptables.pp', line 6</span>
@@ -127,15 +124,12 @@
class puppet_cd::firewall::iptables (
) inherits puppet_cd::params {
if $fqdn == $pt_puppetmaster {
if $fqdn == $pt_pm_fqdn {
firewall { &#39;38140 open port 8140&#39;:
proto =&gt; &#39;tcp&#39;,
dport =&gt; &#39;8140&#39;,
jump =&gt; &#39;accept&#39;,
}
firewall { &#39;38443 open port 8443&#39;:
proto =&gt; &#39;tcp&#39;,
dport =&gt; &#39;8443&#39;,