Version information
This version is compatible with:
- Puppet Enterprise 2023.2.x, 2023.1.x, 2023.0.x, 2021.7.x, 2021.6.x, 2021.5.x, 2021.4.x, 2021.3.x, 2021.2.x, 2021.1.x, 2021.0.x, 2019.8.x, 2019.7.x, 2019.5.x, 2019.4.x, 2019.3.x, 2019.2.x, 2019.1.x
- Puppet >= 6.1.0 < 8.0.0
- , , , ,
Start using this module
Add this module to your Puppetfile:
mod 'puppet-groupmembership', '2.0.0'
Learn more about managing modules with a PuppetfileDocumentation
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.
Changelog
All notable changes to this project will be documented in this file. Each new release typically also includes the latest modulesync defaults. These should not affect the functionality of the module.
v2.0.0 (2021-06-13)
Breaking changes:
- Drop Eol Debian 7/8; Add Debian 9/10 #22 (bastelfreak)
- Drop EoL Puppet 4/5 from metadata.json #21 (bastelfreak)
Implemented enhancements:
- Add FreeBSD 13 #23 (bastelfreak)
1.1.0 (2019-12-28)
1.0.1 (2018-05-27)
Merged pull requests:
1.0.0 (2018-02-11)
Merged pull requests:
0.2.0 (2017-02-20)
Merged pull requests:
0.1.1 (2016-05-24)
0.1.0 (2016-05-23)
Merged pull requests:
0.0.10 (2016-04-05)
0.0.9 (2016-04-04)
Merged pull requests:
0.0.8 (2016-03-05)
Merged pull requests:
0.0.7 (2016-03-05)
Merged pull requests:
0.0.6 (2015-09-02)
Merged pull requests:
0.0.5 (2015-08-13)
0.0.4 (2015-08-12)
Merged pull requests:
0.0.2 (2015-07-14)
0.0.1 (2015-07-14)
Merged pull requests:
* This Changelog was automatically generated by github_changelog_generator