lint pproxy params
This commit is contained in:
@@ -6,26 +6,25 @@
|
||||
class haproxy_cd::main::user (
|
||||
|
||||
) inherits haproxy_cd::params {
|
||||
|
||||
if $fqdn == $hy_host_fqdn {
|
||||
require haproxy_cd::main::install
|
||||
|
||||
# manage user
|
||||
user { $hy_user_name:
|
||||
ensure => present,
|
||||
name => $hy_user_name,
|
||||
allowdupe => false,
|
||||
comment => $hy_user_comment,
|
||||
gid => $hy_user_name,
|
||||
managehome => true,
|
||||
home => $hy_user_home,
|
||||
shell => $hy_user_shell,
|
||||
ensure => present,
|
||||
name => $hy_user_name,
|
||||
allowdupe => false,
|
||||
comment => $hy_user_comment,
|
||||
gid => $hy_user_name,
|
||||
managehome => true,
|
||||
home => $hy_user_home,
|
||||
shell => $hy_user_shell,
|
||||
}
|
||||
|
||||
group { $hy_user_name:
|
||||
ensure => present,
|
||||
name => $hy_user_name,
|
||||
allowdupe => false,
|
||||
ensure => present,
|
||||
name => $hy_user_name,
|
||||
allowdupe => false,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user