From 2ebe7721036561596e14b1b3f27e427b4188ef80 Mon Sep 17 00:00:00 2001 From: Jenkins Server Date: Sat, 5 Sep 2026 12:02:06 +0200 Subject: [PATCH] Recommit for updates in build 3 --- ...fdroid_haproxy_3A_3Afirewall_3A_3Aiptables.html | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/doc/puppet_classes/confdroid_haproxy_3A_3Afirewall_3A_3Aiptables.html b/doc/puppet_classes/confdroid_haproxy_3A_3Afirewall_3A_3Aiptables.html index 9b7f6ae..07e5af9 100644 --- a/doc/puppet_classes/confdroid_haproxy_3A_3Afirewall_3A_3Aiptables.html +++ b/doc/puppet_classes/confdroid_haproxy_3A_3Afirewall_3A_3Aiptables.html @@ -117,13 +117,7 @@ 19 20 21 -22 -23 -24 -25 -26 -27 -28 +22
# File 'manifests/firewall/iptables.pp', line 6
@@ -143,12 +137,6 @@ 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',
-    }
   }
 }