Forge Home

groupmembership

POSIX Group membership

20,956 downloads

4,198 latest version

3.1 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 Sep 2nd 2015
This version is compatible with:
  • Puppet Enterprise >= 3.2.0 < 3.7.0
  • Puppet 3.x
  • , ,
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 0.0.6 Sep 2nd 2015

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.