Skip to content

Releases: fnichol/chef-user

0.7.0

20 Feb 20:03
Compare
Choose a tag to compare
  • Support providing an ssh_keypair attribute to the user_account LWRP; this allows you to deploy the user's key using Chef (@chr4)
  • Remove cases where we were cloning resources to remove the relevant deprecation warnings (@chasebolt)

0.6.0

20 Nov 02:23
Compare
Choose a tag to compare

This release updates the cookbook to remove all Chef 13 deprecation warnings by changing the following:

  • using node['platform'] instead of platform in the attributes file.
  • using the using manage_home and non_unique directly attributes instead of the supports Hash on the Chef user resource.

0.5.1

05 Nov 03:34
Compare
Choose a tag to compare

This change does not include any functional changes to the cookbook or the LWRP. Instead it fixes an error in the metadata.rb file. Specifically, the source_url was pointing to the wrong page.

0.5.0

05 Nov 03:13
Compare
Choose a tag to compare

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 and source_url to the metadata file
  • fix tests and dependencies to work with Ruby 2.1.4 (version shipped
    with Chef 12.1.0)