Files
confdroid_haproxy/manifests/main/config.pp

19 lines
470 B
ObjectPascal
Raw Normal View History

2018-04-24 15:32:11 +02:00
## cd_haproxy::main::config.pp
# Module name: cd_haproxy
# Author: Arne Teuke (arne_teuke@confdroid.com)
# @summary Class manages all aspects of configuring the module logic for
# cd_haproxy.
##############################################################################
class cd_haproxy::main::config (
) inherits cd_haproxy::params {
2018-12-10 14:36:54 +01:00
include cd_haproxy::server::service
2018-04-24 15:32:11 +02:00
2025-02-14 11:41:18 +01:00
if $hy_manage_fail2ban == true {
include cd_haproxy::monitoring::fail2ban
}
2018-04-24 15:32:11 +02:00
}