OP#669 add config section to execute haproxy_connect_any
This commit is contained in:
@@ -11,4 +11,10 @@ class confdroid_haproxy::main::config (
|
||||
if $hy_manage_fail2ban == true {
|
||||
include confdroid_haproxy::monitoring::fail2ban
|
||||
}
|
||||
|
||||
if $hy_selinux_allow_stats == true {
|
||||
exec { 'setsebool haproxy_connect_any on':
|
||||
path => ['/bin', '/usr/bin', '/sbin', '/usr/sbin'],
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user