Sample Header Ad - 728x90

How to enforce that group X membership implies group Y membership in Puppet?

1 vote
1 answer
31 views
I'd like all users who are members of the 'users' group to also be members of the 'audio', 'lp' and 'video' groups. How can I enforce this in Puppet **without specifying any of the usernames?** The goal would be something like the following: user { something_that_resolves_to_all_usernames_in_the_users_group groups => ['audio', 'lp', 'video'], auth_membership => false, }
Asked by l0b0 (53368 rep)
Jan 9, 2017, 08:47 PM
Last activity: Mar 24, 2023, 12:36 PM