summaryrefslogtreecommitdiff
path: root/lib/chef
Commit message (Expand)AuthorAgeFilesLines
* Add policy support to ChefFS configurationdanielsdeleo2015-01-271-4/+25
* Add policy_path for ChefFS policyfile supportdanielsdeleo2015-01-271-0/+4
* Merge pull request #2717 from chef/tball/guard_interpreterTyler Ball2015-01-263-1/+9
|\
| * Fixing #2694 - resource guards are executed in why_run modetball/guard_interpretertyler-ball2015-01-053-1/+9
* | Merge remote-tracking branch 'habermann24/patch-1' into tball/merging-2707tyler-ball2015-01-261-1/+1
|\ \
| * | Ruby 2.2 Issue:: data_bag_item.rb:161: warning: circular argument reference -...Jan2014-12-281-1/+1
* | | Merge pull request #2774 from chef/jdm/powershell-2348Jay Mundrawala2015-01-261-2/+2
|\ \ \
| * | | Fix up powershell scriptJay Mundrawala2015-01-191-2/+2
* | | | fix masterLamont Granquist2015-01-251-3/+1
* | | | 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