sous-chefs / users

Development repository for the users cookbook
https://supermarket.chef.io/cookbooks/users
Apache License 2.0
138 stars 217 forks source link

Resolves Issue 118 fixing provider to work on Mac OS X #124

Closed iennae closed 8 years ago

iennae commented 8 years ago

Added a .kitchen.vmware.yml that only works for Chef employees as it uses the private images as available on Atlas.

Updated manage.rb to use the uid versus the username provided. On Mac OS X, using the username for the owner field doesn't work as expected. Additionally updated the group field to use gid but only if it exists.