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