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
Users are created as expected, however any groups added to the array are ignored. Appears to silently fail, with no errors logged.
Example hiera:
accounts::users: john: comment: "John Doe" groups: - "wheel" - "users"
I've tried formatting as above, as well as: groups: ["wheel", "users"]
groups: ["wheel", "users"]
The text was updated successfully, but these errors were encountered:
I should add, I'm on RHEL 6, for the node, and Puppet version 2017.2.
Thanks!
Sorry, something went wrong.
I have exactly the same problem. @jamierasmussen have you found a workaround?
In case it helps, I saw someone else mention this, you might just be missing another required module: https://github.com/deric/puppet-accounts/blob/master/Puppetfile#L6
No branches or pull requests
Users are created as expected, however any groups added to the array are ignored. Appears to silently fail, with no errors logged.
Example hiera:
I've tried formatting as above, as well as:
groups: ["wheel", "users"]
The text was updated successfully, but these errors were encountered: