Files
confdroid_haproxy/manifests/init.pp
Arne Teuke f09b452830 lint params
2025-03-02 16:28:57 +01:00

9 lines
278 B
Puppet

## haproxy_cd::init.pp
# Module name: haproxy_cd
# Author: Arne Teuke (arne_teuke@confdroid.com)
# @summary Class initializes the haproxy_cd module.
##############################################################################
class haproxy_cd {
include haproxy_cd::params
}