OP#669 add fw rule for stats port
This commit is contained in:
@@ -55,6 +55,7 @@
|
||||
# @param [String] hy_be_userlist backend userlist comment
|
||||
# @param [Boolean] hy_manage_be_users whether to manage backend users
|
||||
# @param [Boolean] hy_selinux_allow_stats whether to allow stats in selinux
|
||||
# @param [String] hy_stats_port the port to use for stats. used in firewall settings
|
||||
###############################################################################
|
||||
class confdroid_haproxy::params (
|
||||
|
||||
@@ -76,6 +77,7 @@ class confdroid_haproxy::params (
|
||||
# main config
|
||||
String $hy_http_port = '80',
|
||||
String $hy_https_port = '443',
|
||||
String $hy_stats_port = '8404',
|
||||
String $hy_chroot = '/var/lib/haproxy',
|
||||
String $hy_pid = '/var/run/haproxy.pid',
|
||||
String $hy_maxconn = '4000',
|
||||
|
||||
Reference in New Issue
Block a user