We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If i omit the home attribute in the recipe:
user_account 'bob' do password '$1$tiuw.sv......WrKU37APys00' ssh_keys ['ssh-rsa AAAAB3NzaC1yc2EAAAADAQA...'] end
The user accoutn is created in /var/empty on macOS. The same recipe works on Debian, /home/bob is used as user homedir.
macOS Sierra 10.12.5 Chef 12.17.44 and 13.0.118 chef-user 0.7.0
Thanks
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If i omit the home attribute in the recipe:
The user accoutn is created in /var/empty on macOS. The same recipe works on Debian, /home/bob is used as user homedir.
macOS Sierra 10.12.5
Chef 12.17.44 and 13.0.118
chef-user 0.7.0
Thanks
The text was updated successfully, but these errors were encountered: