Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)