summaryrefslogtreecommitdiff
path: root/lib/chef/provider/user/useradd.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove the legacy useradd user providerTim Smith2019-02-191-161/+0
* Unification of shell_out APIsLamont Granquist2018-06-151-7/+7
* migrate logic into aix and solaris subclassesLamont Granquist2018-05-091-1/+4
* mechanical conversion of most debug log statements to traceThom May2018-03-261-3/+3
* Chef-13: Remove supports API from all user providersLamont Granquist2017-02-281-5/+5
* user provider cleanupLamont Granquist2016-12-221-22/+20
* fix manage_home provider inconsistencylcg/manage-home-consistencyLamont Granquist2016-10-061-5/+1
* user provider manage_home behavior and refactorLamont Granquist2016-08-191-4/+5
* chefstyle Style/AndOr fixesLamont Granquist2016-03-141-1/+1
* Revert "Merge pull request #4465 from artursitarski/change-shell-for-locked-u...tm/revert_4465Thom May2016-03-021-2/+2
* Merge pull request #4465 from artursitarski/change-shell-for-locked-userThom May2016-02-161-2/+2
|\
| * More consistent wayartursitarski2016-01-271-4/+2
| * Change shell for locked user.artursitarski2016-01-271-0/+2
* | autofixing auto-inserted delimiterslcg/chefstyle-batchLamont Granquist2016-02-091-1/+1
* | auto fixing some rubocopsLamont Granquist2016-02-091-1/+1
* | autofixing whitespace copsLamont Granquist2016-02-051-1/+1
* | Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-021-1/+1
* | Replace all Opscode copyrights with Chef Software.Noah Kantrowitz2016-02-021-1/+1
* | Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
|/
* Use double quotes by defaultThom May2016-01-141-6/+6
* Move provider_mapping values out into the actual resource classesJohn Keiser2015-06-021-0/+1
* Merge pull request #1616 from chr4/userdel-forceClaire McQuin2014-08-071-0/+1
|\
| * Add "force" attribute to resource/user, passing "-f" to userdelChris Aumann2014-07-081-0/+1
* | fixing all the extra blank linesLamont Granquist2014-07-291-1/+0
* | add shell_out to base provider codeLamont Granquist2014-07-291-2/+0
|/
* check whether the variable is empty rather than an empty stringCam Cope2014-04-221-1/+1
* CHEF-3582: Fix #check_lock under why-runBryan McLellan2013-11-061-0/+7
* CHEF-4482 : change user attribute comparison to string comparesGene Wood2013-10-041-1/+1
* Ensure usermod -d option comes before -m.danielsdeleo2013-06-211-1/+1
* Pass useradd commands as argv array instead of sh command.danielsdeleo2013-06-201-29/+30
* [CHEF-4204] Convert useradd provider to shelloutdanielsdeleo2013-06-201-23/+26
* [CHEF-4204] fix ruby unused variable warningdanielsdeleo2013-06-201-1/+1
* slightly less horrible hackeryLamont Granquist2013-04-171-27/+24
* port SNSs solaris user providerLamont Granquist2013-04-171-17/+29
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-301-0/+144
* big refactor of the repo layout. move to a chef gem and a chef-server gem all...Ezra Zygmuntowicz2008-10-081-88/+0
* Adding the user class as a requirementAdam Jacob2008-10-061-0/+2
* Bug fixes for user providerAdam Jacob2008-10-051-13/+25
* Adding user providerAdam Jacob2008-10-051-0/+74