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
I have a bunch of application users who share the same gid. But the gid is not associated with a user. It would be great if this module could create the group then the users.
The text was updated successfully, but these errors were encountered:
Ditto, it would be nice to manage groups as well as users this way (so we could have multiple includes/requires on the users_* and group_*) in our puppet infrastructure.
Has anyone had any thought into how to format the site.pp file for supporting groups? I've been working on a fix to support adding groups but I'm now stuck at the best option for syntax.
Without breaking anything groups { my_group: } could be used. But that doesn't seem the best method. I'm very new to Puppet, so bare that in mind if you look at my fork.
I have a bunch of application users who share the same gid. But the gid is not associated with a user. It would be great if this module could create the group then the users.
The text was updated successfully, but these errors were encountered: