Version information
released Dec 27th 2019
This version is compatible with:
- Puppet Enterprise 2017.2.x, 2017.1.x, 2016.5.x, 2016.4.x
- Puppet >= 4.2.0 < 5.0.0
- , , , ,
This module has been deprecated by its author since Jun 22nd 2021.
The author has suggested puppet-groupmembership as its replacement.
Start using this module
Documentation
zleslie/groupmembership — version 1.1.0 Dec 27th 2019
Groupmembership
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.