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
I am unable to use home_mode which can set custom rwx permissions to the home directory. It gives an error " unsupported variable"
The text was updated successfully, but these errors were encountered:
Could you post some code example?
You're probably looking for home_permissions parameter
home_permissions
accounts::users: john: home_permissions: '0740' groups: ["sudo", "users"] shell: "/bin/bash"
Sorry, something went wrong.
Yes sir, I am trying to find the right variable for setting permissions like what you have mentioned.
Example
accounts::users: durgaprasad: ensure: present home_permissions: '0740' groups: sudo managehome: true shell: /bin/bash ssh_authorized_keys: durgaprasad_keys: type: 'ssh-rsa' key: ''
No branches or pull requests
I am unable to use home_mode which can set custom rwx permissions to the home directory. It gives an error " unsupported variable"
The text was updated successfully, but these errors were encountered: