puppet-accounts
puppet-accounts copied to clipboard
Users not being assigned to groups as specified in heira
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"]
I should add, I'm on RHEL 6, for the node, and Puppet version 2017.2.
Thanks!
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