puppet-groupmembership

A module to manage group membership


Keywords
hacktoberfest
License
Apache-2.0
Install
puppet module install puppet-groupmembership --version 2.0.0

Documentation

Groupmembership

Puppet Forge Build Status

A simple type to manage the membership of a group, from the perspective of the group.

It is worth nothing, if you are using this model of membership, you should not be using the groups parameter on the user type.

groupmembership { 'trees':
  members => ['oak','elm']
}

Pretty easy, right?

There is also an exclusive option to ensure that the only members of a group are those that have been expressed as part of the members parameter.

Requirements

On OSX, you will need the plist gem.