summaryrefslogtreecommitdiff
path: root/lib/chef/resource/user
Commit message (Collapse)AuthorAgeFilesLines
* move deprecation warnings to superclassLamont Granquist2016-09-151-13/+0
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* fix typos in deprecation messageLamont Granquist2016-09-151-1/+1
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* revert supports[:manage_home] behaviorLamont Granquist2016-09-141-7/+10
| | | | | | | even though i violently disagree that this is correct behavior and we're just going to break everyone in one massive go when we hit Chef 13. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* set manage_home default back to falseLamont Granquist2016-08-231-2/+1
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* user provider manage_home behavior and refactorLamont Granquist2016-08-196-0/+207
split out the user provider into 1:1 resources. fix the behavior of the linux user provider to implement manage_home behavior correctly. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>