Puppet Class: haproxy_cd::main::config
- Inherits:
- haproxy_cd::params
- Defined in:
- manifests/main/config.pp
Summary
Class manages module logic for haproxy_cd.Overview
haproxy_cd::main::config.pp Module name: haproxy_cd Author: Arne Teuke (arne_teuke@confdroid.com)
6 7 8 9 10 11 12 13 14 |
# File 'manifests/main/config.pp', line 6
class haproxy_cd::main::config (
) inherits haproxy_cd::params {
include haproxy_cd::server::service
if $hy_manage_fail2ban == true {
include haproxy_cd::monitoring::fail2ban
}
}
|