-
Notifications
You must be signed in to change notification settings - Fork 14
/
CHANGELOG
105 lines (82 loc) · 4.33 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
* Fri Sep 13 2024 Steven Pritchard <[email protected]> - 1.1.0
- [puppetsync] Update module dependencies to support simp-iptables 7.x
* Tue Feb 06 2024 Mike Riddle <[email protected]> - 1.0.0
- Stopped controlling /etc/security/opasswd through this module in favor of the SIMP PAM module
* Mon Oct 23 2023 Steven Pritchard <[email protected]> - 0.10.0
- [puppetsync] Add EL9 support
* Tue Oct 10 2023 Steven Pritchard <[email protected]> - 0.9.1
- Use `gh` instead of `hub` in GHA (see https://github.com/actions/runner-images/issues/8362)
* Fri Oct 06 2023 Steven Pritchard <[email protected]> - 0.9.0
- [puppetsync] Updates for Puppet 8
- These updates may include the following:
- Update Gemfile
- Add support for Puppet 8
- Drop support for Puppet 6
- Update module dependencies
* Wed Aug 23 2023 Steven Pritchard <[email protected]> - 0.8.0
- Add AlmaLinux 8 support
* Mon Jun 12 2023 Chris Tessmer <[email protected]> - 0.7.0
- Add RockyLinux 8 support
* Fri Jun 03 2022 Chris Tessmer <[email protected]> - 0.6.0
- Update from camptocamp/systemd to puppet/systemd
* Thu Jun 17 2021 Chris Tessmer <[email protected]> - 0.5.0
- Removed support for Puppet 5
- Ensured support for Puppet 7 in requirements and stdlib
* Sat Dec 19 2020 Chris Tessmer <[email protected]> - 0.4.2
- Removed EL6 support
* Mon Mar 23 2020 Trevor Vaughan <[email protected]> - 0.4.1
- Add explicit support for setting the rescue/emergency shell on systemd systems.
* Thu Jan 09 2020 Liz Nemsick <[email protected]> - 0.4.0
- Add EL8 support
- Update the upper bound of simp-simplib to < 5.0.0
* Fri Aug 02 2019 Robert Vincent <[email protected]> - 0.4.0
- Drop Puppet 4 support
- Add Puppet 6 support
- Add puppetlabs-stdlib 6 support
* Tue Jun 04 2019 Steven Pritchard <[email protected]> - 0.3.0
- Add v2 compliance_markup data
* Tue Feb 12 2019 Liz Nemsick <[email protected]> - 0.2.3
- Use Simplib::Umask data type in lieu of validate_umask(),
a deprecated simplib Puppet 3 function.
- Update the upper bound of stdlib to < 6.0.0
- Update a URL in the README.md
* Fri Aug 24 2018 Nick Miller <[email protected]> - 0.2.2
- Add support for Puppet 5 and OEL
- Update badges in README.md
* Wed Dec 13 2017 Trevor Vaughan <[email protected]> - 0.2.1
- Set the minimum and maximum UID and GID allowed onto the system to the
default defined in /etc/login.defs or a sensible default if not otherwise
specified
* Wed Jun 14 2017 Brandon Riden <[email protected]> - 0.2.0
- Allow users to specify colors as strings instead of ansi codes in sysconfig/init
- Updated sysconfig_init.pp to reflect these changes as well as add notes
- Updated template to convert color strings to ansi code
* Wed Jun 14 2017 Brandon Riden <[email protected]> - 0.2.0
- Fix bug in libuser.conf where userBranch was referencing groupbranch variable
- Added/fixed author on all manifests
- Created Acceptance test
- Updated spec/spec_helper_acceptance.rb
- Added Managed by Puppet comment to all file templates
- updated default nodeset
- Added notes to login_defs.pp regarding min and max passwd length
- Cleaned up documentation and made style changes
* Mon Jun 12 2017 Liz Nemsick <[email protected]> - 0.2.0
- Populate /etc/securetty with tty0-tty4, by default.
* Wed Apr 26 2017 Trevor Vaughan <[email protected]> - 0.1.1
- Fixed useradd::libuser::defaults_crypt_style to only be a String of the
allowed values
- Ensure that the 'modules' field is not printed if the passed Array is empty
- Ensure that defaults_hash_rounds_min is less than defaults_hash_rounds_max
and that both are within an allowed range
- Update useradd::login_defs::pass_min_len to 15 to match the rest of the module updates
* Sat Mar 25 2017 Trevor Vaughan <[email protected]> - 0.1.0
- Provided the ability to simply add shells to /etc/shells
- Removed all entries from /etc/securetty by default to match the latest
standard best practices. This removed ZSH.
* Tue Feb 7 2017 Nick Miller <[email protected]> - 0.0.1
- Add useradd::passwd to manage passwd and related files
- Manages /etc/securetty and /etc/shells
* Mon Dec 5 2016 Nick Miller <[email protected]> - 0.0.1
- Initial release of module
- This module is a collection of conf files regarding users and user creation.
- Most of the content used to be in simplib