-
Notifications
You must be signed in to change notification settings - Fork 48
/
CHANGELOG
37 lines (30 loc) · 1.22 KB
/
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
29
30
31
32
33
34
35
36
v1.0.0: 2018-01-15
Changes:
- Drop support for Puppet 3.x and lower
- Rewrite to support Puppet 4 Type System
- Add support for multiple SSH keys
- Add acceptance testing via Beaker
v0.1.0: 2016-05-01
Changes:
- Add 'purge' option to forcibly remove user directories - Igor Ajdišek (@igoraj)
- 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