OP#669 get rid of hy_show_stats as it does not make sense

This commit is contained in:
2026-09-05 13:08:12 +02:00
parent 281ce92cd8
commit cb54dad12a
3 changed files with 5 additions and 9 deletions

View File

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