lint params
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user