Version information
released Nov 6th 2014
This version is compatible with:
Start using this module
Add this module to your Puppetfile:
mod 'eirc-account', '0.2.0'
Learn more about managing modules with a PuppetfileDocumentation
eirc/account — version 0.2.0 Nov 6th 2014
account
Helpers for managing users and groups with puppet.
Add users
account::user { 'dude':
uid => 1000,
password => '<password hash>',
}
More info in user.pp
Add groups
account::group { 'admin':
gid => 1000,
}
More info in group.pp
License
Apache License, Version 2.0
Contact
Eric Cohen eirc.eirc@gmail.com
Support
Please log tickets and issues at our Github issues page