Forge Home

gpasswd

Adds support for :manages_members to the Linux group native type

150,865 downloads

119,013 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

  • 0.3.2 (latest)
  • 0.3.1
  • 0.3.0
  • 0.2.3
  • 0.2.2
  • 0.2.1
  • 0.2.0
released Nov 23rd 2016
This version is compatible with:
  • Puppet Enterprise >= 3.3.0 < 5.0.0
  • Puppet >= 3.0.0 < 5.0.0
  • , , ,

Start using this module

  • r10k or Code Manager
  • Bolt
  • Manual installation
  • Direct download

Add this module to your Puppetfile:

mod 'deric-gpasswd', '0.3.2'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add deric-gpasswd
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install deric-gpasswd --version 0.3.2

Direct download is not typically how you would use a Puppet module to manage your infrastructure, but you may want to download the module in order to inspect the code.

Download

Documentation

deric/gpasswd — version 0.3.2 Nov 23rd 2016

puppet-gpasswd

Puppet Forge Build Status

Puppet-driven local group modification capabilities for Linux systems gpasswd

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

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']
}

Installation

Add to your Puppetfile:

mod 'deric-gpasswd'

development version (master branch from github):

mod 'deric-gpasswd', :git => 'https://github.com/deric/puppet-gpasswd.git'

License

Apache License 2.0

Authors

Support

Please log tickets and issues at our Gpasswd Github Site