Skip to content

voxpupuli/puppet-groupmembership

Groupmembership

Build Status Release Puppet Forge Puppet Forge - downloads Puppet Forge - endorsement Puppet Forge - scores puppetmodule.info docs Apache-2.0

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

It is worth noting, 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.