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
When it tries to create a user with a given GID it may breaks, because the GID is related to a group. Which means... on Linux, when you creates a user (without setting the GID) it's creates it inside a group with the same name and UID as the user. So, for the recipe, the GID is related to a group that already exists, but that group will be created along the creation of the user.
The solution here is to remove the GID from the recipe of user and let the group recipe specify the members of the group.
The order of Users and Group may broke the converge. Check the order.
The text was updated successfully, but these errors were encountered: