OP#669 initial commit with new autolayout
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
## haproxy_cd::main::config.pp
|
||||
# Module name: haproxy_cd
|
||||
## confdroid_haproxy::main::config.pp
|
||||
# Module name: confdroid_haproxy
|
||||
# Author: Arne Teuke (arne_teuke@confdroid.com)
|
||||
# @summary Class manages module logic for haproxy_cd.
|
||||
# @summary Class manages module logic for confdroid_haproxy.
|
||||
##############################################################################
|
||||
class haproxy_cd::main::config (
|
||||
class confdroid_haproxy::main::config (
|
||||
|
||||
) inherits haproxy_cd::params {
|
||||
include haproxy_cd::server::service
|
||||
) inherits confdroid_haproxy::params {
|
||||
include confdroid_haproxy::server::service
|
||||
|
||||
if $hy_manage_fail2ban == true {
|
||||
include haproxy_cd::monitoring::fail2ban
|
||||
include confdroid_haproxy::monitoring::fail2ban
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user