lint pproxy params
This commit is contained in:
@@ -6,20 +6,16 @@
|
||||
class haproxy_cd::firewall::iptables (
|
||||
|
||||
) inherits haproxy_cd::params {
|
||||
|
||||
if ($fqdn == $hy_host_fqdn) and ($hy_manage_fw == true) {
|
||||
|
||||
require haproxy_cd::main::files
|
||||
|
||||
firewall { "${hy_fw_order_no}${hy_http_port} tcp port ${hy_http_port}":
|
||||
proto => 'tcp',
|
||||
dport => $hy_http_port,
|
||||
proto => 'tcp',
|
||||
dport => $hy_http_port,
|
||||
jump => 'accept',
|
||||
}
|
||||
|
||||
firewall { "${hy_fw_order_no}${hy_https_port} tcp port ${hy_https_port}":
|
||||
proto => 'tcp',
|
||||
dport => $hy_https_port,
|
||||
proto => 'tcp',
|
||||
dport => $hy_https_port,
|
||||
jump => 'accept',
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user