Skip to content
New issue

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 not being assigned to groups as specified in heira #94

Open
jamierasmussen opened this issue Feb 23, 2018 · 3 comments
Open

Users not being assigned to groups as specified in heira #94

jamierasmussen opened this issue Feb 23, 2018 · 3 comments

Comments

@jamierasmussen
Copy link

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"]

@jamierasmussen
Copy link
Author

I should add, I'm on RHEL 6, for the node, and Puppet version 2017.2.

Thanks!

@cdrews
Copy link

cdrews commented May 2, 2018

I have exactly the same problem. @jamierasmussen have you found a workaround?

@james-portman
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants