Forge Home

groupmembership

POSIX Group membership

20,962 downloads

4,199 latest version

4.3 quality score

We run a couple of automated
scans to help you access a
module's quality. Each module is
given a score based on how well
the author has formatted their
code and documentation and
modules are also checked for
malware using VirusTotal.

Please note, the information below
is for guidance only and neither of
these methods should be considered
an endorsement by Puppet.

Version information

  • 1.1.0 (latest)
  • 1.0.0
  • 0.1.1
  • 0.0.10
  • 0.0.9
  • 0.0.8
  • 0.0.7
  • 0.0.6
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

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.