From 14f582dad65a15f0d69b06e5f42c7de93227bdd6 Mon Sep 17 00:00:00 2001 From: Jenkins Server Date: Sun, 7 Jun 2026 14:35:10 +0200 Subject: [PATCH] Recommit for updates in build 17 --- .../haproxy_cd_3A_3Afirewall_3A_3Aiptables.html | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/doc/puppet_classes/haproxy_cd_3A_3Afirewall_3A_3Aiptables.html b/doc/puppet_classes/haproxy_cd_3A_3Afirewall_3A_3Aiptables.html index e86020f..586b836 100644 --- a/doc/puppet_classes/haproxy_cd_3A_3Afirewall_3A_3Aiptables.html +++ b/doc/puppet_classes/haproxy_cd_3A_3Afirewall_3A_3Aiptables.html @@ -117,7 +117,13 @@ 19 20 21 -22 +22 +23 +24 +25 +26 +27 +28
# File 'manifests/firewall/iptables.pp', line 6
@@ -137,6 +143,12 @@ class haproxy_cd::firewall::iptables (
       dport => $hy_https_port,
       jump  => 'accept',
     }
+
+    firewall { "${hy_fw_order_no}9000 tcp port minio-api":
+      proto => 'tcp',
+      dport => '9000',
+      jump  => 'accept',
+    }
   }
 }