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