You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@deric I'm also seeing exactly the same behaviour as @dfrise and uncommenting this line also works for me - can you confirm why this line is commented out? It appears to nullify the option of primary_group....
Notice: /Stage[main]/Accounts/Accounts::User[elbandi]/User[elbandi]/ensure: created
Notice: /Stage[main]/Accounts/Accounts::Group[users]/Group[users]/members: members changed '' to 'elbandi'
and
# id elbandi
uid=1013(elbandi) gid=1013(elbandi) groups=1013(elbandi),100(users)
Hi,
First thanks for the awesome module that we use since we started using hiera.
This issue appeared since we migrated from 1.5.2 to 1.5.3.
Assuming following common.yaml extract:
Which means we want the testci user to belong to the primary group ci.
After running the first puppet run on a new node, the testci user gets created:
Hopefully this does not affect already configured nodes.
Uncommenting the #141 line in user.pp seems to fix this:
Was this intentional (are we missing something)?
Thanks,
Dominique
The text was updated successfully, but these errors were encountered: