OP#669 remove unwanted onio-api fw rule
This commit is contained in:
@@ -54,6 +54,7 @@
|
||||
# @param [Boolean] hy_use_dontlognull whether to use dontlognull as default
|
||||
# @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
|
||||
###############################################################################
|
||||
class confdroid_haproxy::params (
|
||||
|
||||
@@ -69,6 +70,9 @@ class confdroid_haproxy::params (
|
||||
# fail2ban
|
||||
Boolean $hy_manage_fail2ban = false,
|
||||
|
||||
# selinux
|
||||
Boolean $hy_selinux_allow_stats = false,
|
||||
|
||||
# main config
|
||||
String $hy_http_port = '80',
|
||||
String $hy_https_port = '443',
|
||||
|
||||
Reference in New Issue
Block a user