pass ensure really everywhere
This commit is contained in:
parent
fcd1cb9a0a
commit
04c2da144f
1 changed files with 1 additions and 2 deletions
|
@ -60,7 +60,6 @@ define user::managed(
|
|||
ensure => $ensure,
|
||||
allowdupe => false,
|
||||
comment => "$real_name_comment",
|
||||
ensure => present,
|
||||
home => $real_homedir,
|
||||
managehome => $managehome,
|
||||
shell => $real_shell,
|
||||
|
@ -215,7 +214,7 @@ define user::sftp_only(
|
|||
) {
|
||||
include user::groups::sftponly
|
||||
user::managed{"${name}":
|
||||
ensure => present,
|
||||
ensure => $ensure,
|
||||
uid => $uid,
|
||||
gid => $gid,
|
||||
name_comment => "SFTP-only_user_${name}",
|
||||
|
|
Loading…
Reference in a new issue