Puppet Class: confdroid_haproxy::main::config

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

Summary

Class manages module logic for confdroid_haproxy.

Overview

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



6
7
8
9
10
11
12
13
14
# File 'manifests/main/config.pp', line 6

class confdroid_haproxy::main::config (

) inherits confdroid_haproxy::params {
  include confdroid_haproxy::server::service

  if $hy_manage_fail2ban == true {
    include confdroid_haproxy::monitoring::fail2ban
  }
}