From 83422e8563de0e65e522c14644c01f32c623c35e Mon Sep 17 00:00:00 2001 From: 12ww1160 <12ww1160@confdroid.com> Date: Sat, 5 Sep 2026 12:00:36 +0200 Subject: [PATCH] OP#669 remove unwanted onio-api fw rule --- manifests/firewall/iptables.pp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/manifests/firewall/iptables.pp b/manifests/firewall/iptables.pp index 28c64c0..682689f 100644 --- a/manifests/firewall/iptables.pp +++ b/manifests/firewall/iptables.pp @@ -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', - } } }