onyxpoint-gpasswd

The Linux group native type cannot manage local group membership. This remedies the situation by providing the :manages_members attribute and using gpasswd for group modification.


Keywords
local, groups, group, core, manages-members
License
Apache-2.0
Install
puppet module install onyxpoint-gpasswd --version 1.1.2

Documentation

puppet-gpasswd

Puppet-driven local group modification capabilities for Linux gpasswd

This is a module that enhances the native group type on systems supporting gpasswd to allow for the manipulation of group members.

Specifically, it adds the :manages_members attribute to the native Puppet group type. No alterations to your group code are required!

Examples

group { 'test':
  members => ['foo','bar','baz']
}

NOTES

The metadata for this module will only reflect OS releases that have either been tested by the Beaker acceptance tests or submitted via an issue.

License

Apache License 2.0

Contact

Trevor Vaughan tvaughan@onyxpoint.com

Support

Please log tickets and issues at our Gpasswd Github Site