OP#669 get rid of hy_show_stats as it does not make sense
This commit is contained in:
@@ -19,12 +19,10 @@ class confdroid_haproxy::firewall::iptables (
|
||||
jump => 'accept',
|
||||
}
|
||||
|
||||
if $hy_show_stats == true {
|
||||
firewall { "${hy_fw_order_no}${hy_stats_port} tcp port ${hy_stats_port}":
|
||||
proto => 'tcp',
|
||||
dport => $hy_stats_port,
|
||||
jump => 'accept',
|
||||
}
|
||||
firewall { "${hy_fw_order_no}${hy_stats_port} tcp port ${hy_stats_port}":
|
||||
proto => 'tcp',
|
||||
dport => $hy_stats_port,
|
||||
jump => 'accept',
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user