summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2808 from chef/lcg/2448Lamont Granquist2015-01-251-0/+148
|\
| * Update copyright notices in Chef::Org-related filesSteven Danna2015-01-251-0/+18
| * Make name argument mandatory for Chef::Org.newSteven Danna2015-01-251-3/+2
| * Remove Org#add_user_to_group functionSteven Danna2015-01-251-12/+0
| * Add Chef::Org model classSteven Danna2015-01-251-0/+143
* | Merge pull request #2771 from drag00n/drag00n/updateloghelpLamont Granquist2015-01-251-1/+1
|\ \
| * | Update chef-client help with auto.drag00n2015-01-171-1/+1
* | | Merge pull request #2741 from drag00n/drag00n/fixknifetypoLamont Granquist2015-01-251-1/+1
|\ \ \
| * | | Fix typo cab to candrag00n2015-01-111-1/+1
| |/ /
* | | Merge pull request #2716 from drag00n/drag00n/fixtypoLamont Granquist2015-01-251-1/+1
|\ \ \
| * | | Fix typo resouces to resourcesdrag00n2015-01-051-1/+1
| |/ /
* | | drop expensive exception handlingVasiliy Tolstov2015-01-251-8/+2
* | | raise exception when errorVasiliy Tolstov2015-01-251-0/+1
* | | cosmetic fixesVasiliy Tolstov2015-01-251-3/+12
* | | cleanup code to avoid its duplicationVasiliy Tolstov2015-01-251-10/+10
* | | add ability to fetch recipes like in chef-solo when using local-modeVasiliy Tolstov2015-01-251-1/+25
| |/ |/|
* | Add --proxy-auth option to `knife raw`Steven Danna2015-01-251-3/+14
* | Updated "cbs" variable to "cookbooks_for_upload"Josh Murphy2015-01-251-4/+4
* | Added cookbook_path configuration value to warning message for uploading cook...Josh Murphy2015-01-251-1/+2
* | Updated cookbook upload all logic to check that cookbooks exist in the path b...Josh Murphy2015-01-251-6/+10
* | update docs as suggestedRob Redpath2015-01-252-2/+2
* | Move the require up a levelRob Redpath2015-01-252-2/+2
* | require exceptions!Rob Redpath2015-01-251-0/+1
* | Correct syntax for using Chef::ExceptionsRob Redpath2015-01-252-4/+3
* | Use Chef::Exception to raise exception if PIDfile and lockfile matchRob Redpath2015-01-252-8/+10
* | Use PathHelper to establish path equalityRob Redpath2015-01-251-2/+3
* | Rephrase errorRob Redpath2015-01-251-1/+1
* | FATAL if pidfile and lockfile matchRob Redpath2015-01-251-0/+6
* | Set lockfile, not pidfileRob Redpath2015-01-252-2/+12
* | Make the --pid / -P option to chef-client set the :lockfile config optRob Redpath2015-01-251-1/+1
* | Keep order of env providedAlex Slynko2015-01-251-6/+6
* | refactor based on feedback from lamont-granquistScott Bonds2015-01-251-66/+40
* | make sure new settings have a newline after themScott Bonds2015-01-251-4/+3
* | update to new way of provider mappingScott Bonds2015-01-252-2/+5
* | add question mark to methods that return a booleanScott Bonds2015-01-251-11/+11
* | remove redundant methodsScott Bonds2015-01-251-27/+0
* | make @rc.conf.* never nilScott Bonds2015-01-251-6/+14
* | create a new rc.conf.local if neededScott Bonds2015-01-251-2/+3
* | remove the service ordering idea for nowScott Bonds2015-01-252-32/+1
* | simplify enable/disable if statementsScott Bonds2015-01-251-28/+9
* | fix caching of builtin_service_enable_variable_nameScott Bonds2015-01-251-2/+3
* | intercept config file readsScott Bonds2015-01-251-1/+1
* | minor editScott Bonds2015-01-251-3/+3
* | remove FileEdit referenceScott Bonds2015-01-251-1/+0
* | incorporated first round of feedbackScott Bonds2015-01-251-300/+142
* | minor cleanupScott Bonds2015-01-251-6/+4
* | remove references to /usr/local/etc/rc.dScott Bonds2015-01-251-3/+0
* | remove debugging linesScott Bonds2015-01-251-5/+0
* | add service provider for OpenBSDScott Bonds2015-01-254-1/+480
* | Merge pull request #2166 from charlesjohnson/UserDataHandlerLamont Granquist2015-01-251-0/+1
|\ \