fixed comment for user, should be one string

This commit is contained in:
mh 2008-10-20 21:02:54 +00:00
parent cb995bebc0
commit 73c0c1f880

View file

@ -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 ? {