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', - } } }