summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorPhil Dibowitz <phil@ipom.com>2014-08-04 11:45:40 -0700
committerPhil Dibowitz <phil@ipom.com>2014-08-04 15:38:31 -0700
commitfa33c10522b7ad8719e275e6f0be981c7ada348e (patch)
treea4faa39dbc4715d4d0799a39fd8c56850aed69f7 /CHANGELOG.md
parent1dc4da1720c8bdbd8f44429c6d7861d484dcd631 (diff)
downloadchef-fa33c10522b7ad8719e275e6f0be981c7ada348e.tar.gz
Fix OSX Group provider to be properly idempotent
Currently the OSX Group provider use the 'Etc' module to determine what exists, and the 'dscl' command to change things. Etc will look to /etc/group by default and fallback to 'dscl', which causes idempotency incorrectness. This change the Group provider to simply look at 'dscl' always.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ce47b3e752..7d6fdc5766 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -13,7 +13,6 @@
knife diagnostic messages sent to stdout instead of stderr
* [**Xabier de Zuazo**](https://github.com/zuazo):
Remove the unused StreamingCookbookUploader class (CHEF-4586)
-
* http_request no longer appends "?message=" query string to GET and HEAD requests
* added shell_out commands directly to the recipe DSL
* cookbook synchronizer deletes old files from cookbooks
@@ -26,6 +25,8 @@
* Fix knife cookbook site share on windows (CHEF-4994)
* chef-repo rake tasks are deprecated; print relevant information for
each one.
+* [**Phil Dibowitz**](https://github.com/jaymzh):
+ 'group' provider on OSX properly uses 'dscl' to determine existing groups
## Last Release: 11.14.0