2018-04-24 15:32:11 +02:00
|
|
|
## cd_haproxy::main::config.pp
|
|
|
|
|
# Module name: cd_haproxy
|
|
|
|
|
# Author: Arne Teuke (arne_teuke@confdroid.com)
|
|
|
|
|
# @summary Class manages all aspects of configuring the module logic for
|
|
|
|
|
# cd_haproxy.
|
|
|
|
|
##############################################################################
|
|
|
|
|
class cd_haproxy::main::config (
|
|
|
|
|
|
|
|
|
|
) inherits cd_haproxy::params {
|
|
|
|
|
|
2018-12-10 14:36:54 +01:00
|
|
|
include cd_haproxy::server::service
|
2018-04-24 15:32:11 +02:00
|
|
|
|
|
|
|
|
}
|