Files
confdroid_haproxy/manifests/main/config.pp
2025-02-14 11:36:23 +01:00

14 lines
382 B
Puppet

## 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 {
include cd_haproxy::server::service
}