Recommit for updates in build 21

This commit is contained in:
2026-02-05 16:06:02 +01:00
parent b74bfbf031
commit e626e817f0

View File

@@ -116,7 +116,9 @@
18
19
20
21</pre>
21
22
23</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'manifests/firewall/iptables.pp', line 6</span>
@@ -130,10 +132,12 @@ class confdroid_gitea::firewall::iptables (
dport =&gt; $ga_http_port,
jump =&gt; &#39;accept&#39;,
}
firewall { &quot;${ga_order_prefix}${ga_ssh_port} allow gitea ssh port ${ga_ssh_port}&quot;:
proto =&gt; &#39;tcp&#39;,
dport =&gt; $ga_ssh_port,
jump =&gt; &#39;accept&#39;,
if $ga_start_ssh != false {
firewall { &quot;${ga_order_prefix}${ga_ssh_port} allow gitea ssh port ${ga_ssh_port}&quot;:
proto =&gt; &#39;tcp&#39;,
dport =&gt; $ga_ssh_port,
jump =&gt; &#39;accept&#39;,
}
}
}
}</pre>