\n \n username | \n Name attribute: The name of the user. | \n nil | \n
\n \n comment | \n Gecos/Comment field. | \n nil | \n
\n \n uid | \n The numeric user id. | \n nil | \n
\n \n gid | \n The primary group id. | \n nil | \n
\n \n home | \n Home directory location. | \n \"#{node['user']['home_root']}/#{username} | \n
\n \n shell | \n The login shell. | \n node['user']['default_shell'] | \n
\n \n password | \n Shadow hash of password. | \n nil | \n
\n \n system_user | \n Whether or not to create a system user. | \n false | \n
\n \n manage_home | \n Whether or not to manage the home directory. | \n true | \n
\n \n create_group | \n \n Whether or not to to create a group with the same name as the user.\n | \n node['user']['create_group'] | \n
\n \n ssh_keys | \n \n A String or Array of SSH public keys to populate the\n user's .ssh/authorized_keys file.\n | \n [] | \n
\n \n ssh_keygen | \n Whether or not to generate an SSH keypair for the user. | \n node['user']['ssh_keygen'] | \n
\n \n