https://github.com/simp/puppet-gpasswd
Puppet-driven local group modification capabilities for Linux systems
https://github.com/simp/puppet-gpasswd
Last synced: 3 months ago
JSON representation
Puppet-driven local group modification capabilities for Linux systems
- Host: GitHub
- URL: https://github.com/simp/puppet-gpasswd
- Owner: simp
- License: apache-2.0
- Created: 2013-12-03T04:05:23.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-08-20T19:54:20.000Z (almost 2 years ago)
- Last Synced: 2025-04-13T05:53:32.149Z (about 1 year ago)
- Language: Ruby
- Size: 81.1 KB
- Stars: 6
- Watchers: 3
- Forks: 18
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- License: LICENSE
Awesome Lists containing this project
README
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
--------
```ruby
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](https://github.com/puppetlabs/beaker) acceptance
tests or submitted via an issue.
License
-------
Apache License 2.0
Contact
-------
Trevor Vaughan
Support
-------
Please log tickets and issues at our [Gpasswd Github Site](https://github.com/onyxpoint/puppet-gpasswd/issues)