lint params

This commit is contained in:
Arne Teuke
2025-03-02 16:28:57 +01:00
parent 7341c24bc9
commit f09b452830
17 changed files with 165 additions and 275 deletions

View File

@@ -1,14 +1,14 @@
## cd_haproxy::main::user.pp
# Module name: cd_haproxy
## haproxy_cd::main::user.pp
# Module name: haproxy_cd
# Author: Arne Teuke (arne_teuke@ConfDroid.com)
# @summary Class manages service users for cd_haproxy.
# @summary Class manages service users for haproxy_cd.
#############################################################################
class cd_haproxy::main::user (
class haproxy_cd::main::user (
) inherits cd_haproxy::params {
) inherits haproxy_cd::params {
if $fqdn == $hy_host_fqdn {
require cd_haproxy::main::install
require haproxy_cd::main::install
# manage user
user { $hy_user_name: