Compare commits

..

4 Commits

Author SHA1 Message Date
Jenkins Server
ba588d6889 Recommit for updates in build 3 2026-09-05 12:02:09 +02:00
Jenkins Server
f7ac79b193 Merge remote-tracking branch 'origin/master' into jenkins-build-3 2026-09-05 12:00:52 +02:00
83422e8563 OP#669 remove unwanted onio-api fw rule 2026-09-05 12:00:36 +02:00
Jenkins Server
357bfd29e3 Recommit for updates in build 2 2026-09-05 11:48:55 +02:00
2 changed files with 1 additions and 19 deletions

View File

@@ -117,13 +117,7 @@
19
20
21
22
23
24
25
26
27
28</pre>
22</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'manifests/firewall/iptables.pp', line 6</span>
@@ -143,12 +137,6 @@ class confdroid_haproxy::firewall::iptables (
dport =&gt; $hy_https_port,
jump =&gt; &#39;accept&#39;,
}
firewall { &quot;${hy_fw_order_no}9000 tcp port minio-api&quot;:
proto =&gt; &#39;tcp&#39;,
dport =&gt; &#39;9000&#39;,
jump =&gt; &#39;accept&#39;,
}
}
}</pre>
</td>

View File

@@ -18,11 +18,5 @@ class confdroid_haproxy::firewall::iptables (
dport => $hy_https_port,
jump => 'accept',
}
firewall { "${hy_fw_order_no}9000 tcp port minio-api":
proto => 'tcp',
dport => '9000',
jump => 'accept',
}
}
}