2025-03-02 16:28:57 +01:00
|
|
|
## haproxy_cd::init.pp
|
|
|
|
|
# Module name: haproxy_cd
|
2018-04-24 15:32:11 +02:00
|
|
|
# Author: Arne Teuke (arne_teuke@confdroid.com)
|
2025-03-02 16:28:57 +01:00
|
|
|
# @summary Class initializes the haproxy_cd module.
|
2018-04-24 15:32:11 +02:00
|
|
|
##############################################################################
|
2025-03-02 16:28:57 +01:00
|
|
|
class haproxy_cd {
|
|
|
|
|
include haproxy_cd::params
|
2018-04-24 15:32:11 +02:00
|
|
|
}
|