Update nodejs, sudo and users cookbooks

This commit is contained in:
Greg Karékinian
2018-04-17 13:18:09 +02:00
parent ff2f424ddb
commit 157ccdc8b7
37 changed files with 862 additions and 523 deletions

View File

@@ -2,6 +2,29 @@
This file is used to list changes made in each version of the users cookbook.
## 5.3.1 (2017-12-15)
- Remove special case for freebsd in favor of later shell validity check
## 5.3.0 (2017-12-07)
- Add check if user shell exists
- Verify the shell is allowed on AIX
- Add AIX as a supported platform
## 5.2.2 (2017-11-29)
- Add home directory base for solaris
## 5.2.1 (2017-10-31)
- Make sure ssh_keys can be an array or a string by converting strings to an array if they're passed
## 5.2.0 (2017-10-31)
- Require Chef 12.7+ as 12.5 and 12.6 had bugs in their custom resource implementation
- Allow fetching one or more ssh_keys from a url
## 5.1.0 (2017-05-30)
- Keep ssh keys out of the chef logs