3
0

Recommit for updates in build 63

This commit is contained in:
2025-10-26 15:32:42 +01:00
parent 3bcb4469ef
commit 52506068a2

View File

@@ -146,7 +146,8 @@
48
49
50
51</pre>
51
52</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'manifests/firewall/iptables.pp', line 6</span>
@@ -167,9 +168,10 @@ class puppet_cd::firewall::iptables (
}
if $pt_use_r10k_webhook == true {
firewall { &quot;3${pt_r10k_webhook_port} open port ${pt_r10k_webhook_port}&quot;:
proto =&gt; &#39;tcp&#39;,
dport =&gt; $pt_r10k_webhook_port,
jump =&gt; &#39;accept&#39;,
proto =&gt; &#39;tcp&#39;,
source =&gt; &#39;10.0.1.0/24&#39;,
dport =&gt; $pt_r10k_webhook_port,
jump =&gt; &#39;accept&#39;,
}
}
}