Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eirc/puppet-account
Helpers for managing users and groups with puppet.
https://github.com/eirc/puppet-account
Last synced: 28 days ago
JSON representation
Helpers for managing users and groups with puppet.
- Host: GitHub
- URL: https://github.com/eirc/puppet-account
- Owner: eirc
- Created: 2013-09-27T21:52:48.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-11-06T20:50:54.000Z (about 10 years ago)
- Last Synced: 2024-10-19T05:17:35.174Z (3 months ago)
- Language: Ruby
- Homepage:
- Size: 163 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changelog.md
Awesome Lists containing this project
README
account
=======Helpers for managing users and groups with puppet.
Add users
---------account::user { 'dude':
uid => 1000,
password => '',
}More info in [user.pp](manifests/user.pp)
Add groups
----------account::group { 'admin':
gid => 1000,
}More info in [group.pp](manifests/group.pp)
License
-------Apache License, Version 2.0
Contact
-------Eric Cohen
Support
-------Please log tickets and issues at our [Github issues page](https://github.com/eirc/puppet-account/issues)