summaryrefslogtreecommitdiff
path: root/lib/chef/provider/user.rb
Commit message (Expand)AuthorAgeFilesLines
* [CHEF-4200] Replace Array#keep_if with #selectEric Saxby2013-09-241-2/+2
* Use string comparison of user :uid/:gidEric Saxby2013-09-241-1/+1
* User provider does not update user when uid/gid are stringsEric Saxby2013-09-241-4/+8
* [CHEF-3643] ensure Chef::REST can be required without loading ChefSeth Chisamore2012-11-301-1/+0
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-301-0/+207
* big refactor of the repo layout. move to a chef gem and a chef-server gem all...Ezra Zygmuntowicz2008-10-081-172/+0
* Adding provider as a requirementAdam Jacob2008-10-061-0/+1
* Bug fixes for user providerAdam Jacob2008-10-051-15/+23
* Adding user providerAdam Jacob2008-10-051-0/+163