lint params

This commit is contained in:
Arne Teuke
2025-03-02 16:28:57 +01:00
parent 7341c24bc9
commit f09b452830
17 changed files with 165 additions and 275 deletions

View File

@@ -1,18 +1,18 @@
## cd_haproxy::main::config.pp
# Module name: cd_haproxy
## haproxy_cd::main::config.pp
# Module name: haproxy_cd
# Author: Arne Teuke (arne_teuke@confdroid.com)
# @summary Class manages all aspects of configuring the module logic for
# cd_haproxy.
# haproxy_cd.
##############################################################################
class cd_haproxy::main::config (
class haproxy_cd::main::config (
) inherits cd_haproxy::params {
) inherits haproxy_cd::params {
include cd_haproxy::server::service
include haproxy_cd::server::service
if $hy_manage_fail2ban == true {
include cd_haproxy::monitoring::fail2ban
include haproxy_cd::monitoring::fail2ban
}
}