Puppet Class: haproxy_cd::main::config

Inherits:
haproxy_cd::params
Defined in:
manifests/main/config.pp

Summary

Class manages all aspects of configuring the module logic for haproxy_cd.

Overview

haproxy_cd::main::config.pp Module name: haproxy_cd Author: Arne Teuke (arne_teuke@confdroid.com)



7
8
9
10
11
12
13
14
15
16
17
18
# File 'manifests/main/config.pp', line 7

class haproxy_cd::main::config (

) inherits haproxy_cd::params {

  include haproxy_cd::server::service

  if $hy_manage_fail2ban == true {

    include haproxy_cd::monitoring::fail2ban

  }
}