3
0

recommit for updates in build 24

This commit is contained in:
2025-02-26 01:45:40 +01:00
parent e650b5d6c8
commit 127b73d100

View File

@@ -108,7 +108,18 @@
10
11
12
13</pre>
13
14
15
16
17
18
19
20
21
22
23
24</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'manifests/firewall/iptables.pp', line 6</span>
@@ -119,6 +130,17 @@ class puppet_cd::firewall::iptables (
if $fqdn == $pt_puppetmaster {
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;,
jump =&gt; &#39;accept&#39;,
}
}
}</pre>
</td>