lint pproxy params
This commit is contained in:
@@ -1,18 +1,14 @@
|
||||
## 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
|
||||
# haproxy_cd.
|
||||
# @summary Class manages module logic for haproxy_cd.
|
||||
##############################################################################
|
||||
class haproxy_cd::main::config (
|
||||
|
||||
) inherits haproxy_cd::params {
|
||||
|
||||
include haproxy_cd::server::service
|
||||
|
||||
if $hy_manage_fail2ban == true {
|
||||
|
||||
include haproxy_cd::monitoring::fail2ban
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user