forked from torrancew/puppet-account
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
29 lines (23 loc) · 971 Bytes
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
v0.1.0: 2014-??-??
Changes:
- Support for the 'allowdupe' feature of the 'user' type - Aurelien Requiem (@aureq)
- Solaris compatibility - Sauce (@sauce)
- Root user support - Sauce (@sauce)
- Configurable homedir permissions - Justin Lambert (@jlambert121)
- Puppet lint used in testing - Justin Lambert (@jlambert121)
v0.0.5: 2013-07-23
Changes:
- Use 'username' to construct homedir, instead of 'title' - Yuvi Panda (@yuvipanda)
v0.0.4: 2013-07-04
Changes:
- Add a 'gid' parameter for use when create_group => false
- Updates test fixtures
v0.0.3: 2013-05-11
Changes:
- Adds a 'comment' parameter for the created user account - Facundo Guerrero (@guerremdq)
v0.0.2: 2013-03-02
Changes:
- Version bump to fix potential inconsistencies with older dev releases
v0.0.1: 2013-03-02
Changes:
- Initial PuppetForge release