forked from vshn/puppet-identity
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
57 lines (43 loc) · 1.4 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# CHANGELOG
## [3.1.2] - 2016-10-13
### Fixed
* Fixed wrong year in release date for version 3.1.0.
* Invoke pgrep/pkill with symbolical username to avoid terminating processes
when a numeric user ID has been reused.
## [3.1.0] - 2016-09-26
### Added
* `emptypassword_policy` parameter added. Thanks to @dasrecht
* User cleanup process when a user is absented. Thanks to @hansmi
## [3.0.3] - 2015-06-29
### Fixed
* The hiera query now has an empty default to not fail if there is no
data found in hiera
## [3.0.2] - 2015-06-16
### Fixed
* Module is now located under the "vshn" namespace on forge. "vshnops" is
being deprecated!
## [3.0.1] - 2015-06-15
### Fixed
* Correct resource ordering when removing a user which has ssh authorized keys
and $manage_home is true
## [3.0.0] - 2015-06-01
### Added
* support Hiera hash merge lookup through configurable Hiera key names
* A lot more testing
* Preliminary Puppet 4.0 compatibility (through RSpec testing)
## [2.0.0] - 2015-05-29
### Added
* ssh key names are automatically prefixed to suppress duplicate resources
Note: This change needs puppetlabs-stdlib >= 4.6.0!
## [1.1.3] - 2015-05-27
### Added
* Allow to define if the main group of a user should be managed
## [1.0.3] - 2015-04-20
### Fixed
* home directory permission recursion
## [1.0.2] - 2015-04-20
### Added
* manage home directory permissions
## [1.0.1] - 2015-04-20
### Added
* Initial release