Releases: fnichol/chef-user
Releases · fnichol/chef-user
0.7.0
0.6.0
This release updates the cookbook to remove all Chef 13 deprecation warnings by changing the following:
- using
node['platform']
instead ofplatform
in the attributes file. - using the using
manage_home
andnon_unique
directly attributes instead of thesupports
Hash on the Chefuser
resource.
0.5.1
0.5.0
Ohai Chefs!
After a bit of a hiatus, we've built the v0.5.0
release of the user
cookbook. Here is a list of the changes since the release of v0.4.2
on 2015/03/22:
- fix an error in the LWRP when a
--why-run
invocation is invoked
before the user has been created (PR #89 by Tim Heckman). - add a
groups
resource to the LWRP to allow the user to be added to
additional groups upon creation (PR #96 by acqant) - add
issues_url
andsource_url
to the metadata file - fix tests and dependencies to work with Ruby 2.1.4 (version shipped
with Chef 12.1.0)