fixed comment for user, should be one string
This commit is contained in:
parent
cb995bebc0
commit
73c0c1f880
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ define user::sftp_only(
|
|||
) {
|
||||
include user::groups::sftponly
|
||||
user::define_user{"${name}":
|
||||
name_comment => "SFTP-only user: ${name}",
|
||||
name_comment => "SFTP-only_user_${name}",
|
||||
groups => [ 'sftponly' ],
|
||||
managehome => 'false',
|
||||
shell => $operatingsystem ? {
|
||||
|
|
Loading…
Reference in a new issue