summaryrefslogtreecommitdiff
path: root/lib/chef
Commit message (Expand)AuthorAgeFilesLines
...
* | | Bump version of chef to 12.17.38 by Chef Versioner.v12.17.38Chef Versioner2016-12-051-1/+1
* | | fix yum regexp similarly to rpm regexp in #3985lcg/fix-yum-regexpLamont Granquist2016-12-051-1/+1
|/ /
* | Bump version of chef to 12.17.37 by Chef Versioner.v12.17.37Chef Versioner2016-12-051-1/+1
* | Bump version of chef to 12.17.36 by Chef Versioner.v12.17.36Chef Versioner2016-12-051-1/+1
* | Merge pull request #5607 from chef/adamleff/update-ohai-resourceThom May2016-12-052-28/+10
|\ \
| * | Update ohai resource to new style, stop overwriting name propertyadamleff/update-ohai-resourceAdam Leff2016-12-022-28/+10
* | | Bump version of chef to 12.17.35 by Chef Versioner.v12.17.35Chef Versioner2016-12-031-1/+1
* | | Merge pull request #5603 from ttr/masterTim Smith2016-12-021-1/+1
|\ \ \
| * | | linux mount provider - skip device detection for zfsTomasz Rudzki (ttr)2016-12-011-1/+1
* | | | Bump version of chef to 12.17.34 by Chef Versioner.v12.17.34Chef Versioner2016-12-021-1/+1
* | | | Bump version of chef to 12.17.33 by Chef Versioner.v12.17.33Chef Versioner2016-12-021-1/+1
| |/ / |/| |
* | | Bump version of chef to 12.17.32 by Chef Versioner.v12.17.32Chef Versioner2016-12-011-1/+1
* | | Merge pull request #5599 from shortdudey123/mount_action_unmountThom May2016-12-012-1/+3
|\ \ \
| * | | Alias unmount to umount for mount resourceGrant Ridder2016-11-302-1/+3
| |/ /
* | | Bump version of chef to 12.17.31 by Chef Versioner.v12.17.31Chef Versioner2016-12-011-1/+1
* | | Bump version of chef to 12.17.30 by Chef Versioner.v12.17.30Chef Versioner2016-12-011-1/+1
* | | Modify `knife configure` example `chef_server_url`Jerry Aldrich III2016-12-011-1/+1
|/ /
* | Bump version of chef to 12.17.29 by Chef Versioner.v12.17.29Chef Versioner2016-11-301-1/+1
* | Merge pull request #5591 from jugatsu/masterThom May2016-11-301-1/+1
|\ \
| * | Add support to cab_package for non-English system localesjugatsu2016-11-291-1/+1
* | | Bump version of chef to 12.17.28 by Chef Versioner.v12.17.28Chef Versioner2016-11-291-1/+1
* | | Merge pull request #5572 from jeunito/5436_multiple_deletefLamont Granquist2016-11-292-15/+18
|\ \ \ | |/ / |/| |
| * | remove trailing whitespaceJose Asuncion2016-11-291-1/+1
| * | update banners to reflect usageJose Asuncion2016-11-292-2/+2
| * | extract delete steps to its own methodJose Asuncion2016-11-291-9/+12
| * | add multiple node deleteJose Asuncion2016-11-291-6/+6
| * | knife client delete should delete multiple nodesJose Asuncion2016-11-291-11/+11
* | | Bump version of chef to 12.17.27 by Chef Versioner.v12.17.27Chef Versioner2016-11-281-1/+1
* | | Update Data Collector to use Chef::JSONCompatAdam Leff2016-11-282-3/+2
* | | Bump version of chef to 12.17.26 by Chef Versioner.v12.17.26Chef Versioner2016-11-281-1/+1
|/ /
* | Bump version of chef to 12.17.25 by Chef Versioner.v12.17.25Chef Versioner2016-11-231-1/+1
* | Merge pull request #5502 from MsysTechnologiesllc/dheeraj/configurable_log_de...Bryan McLellan2016-11-231-1/+25
|\ \
| * | Added specs for config_log_locationdheerajd-msys2016-11-221-7/+5
| * | Handling remaining values of config_log_locationdheerajd-msys2016-11-181-2/+27
| * | Passing config_log_level and config_log_location in client.rb and fixed specs...dheerajd-msys2016-11-091-1/+2
* | | Bump version of chef to 12.17.24 by Chef Versioner.v12.17.24Chef Versioner2016-11-231-1/+1
* | | Using shell_out_with_timeout! to throw exception if the command fails.NimishaS2016-11-231-2/+1
* | | Bump version of chef to 12.17.23 by Chef Versioner.v12.17.23Chef Versioner2016-11-221-1/+1
* | | Bump version of chef to 12.17.22 by Chef Versioner.v12.17.22Chef Versioner2016-11-221-1/+1
* | | Merge pull request #5571 from chef/adamleff/fix-data-collectorThom May2016-11-221-9/+16
|\ \ \
| * | | Ensure Data Collector resource report exists before updatingadamleff/fix-data-collectorAdam Leff2016-11-211-9/+16
* | | | Bump version of chef to 12.17.21 by Chef Versioner.v12.17.21Chef Versioner2016-11-221-1/+1
* | | | Data Collector debug log should output JSONadamleff/data_collector_debug_logAdam Leff2016-11-211-1/+1
|/ / /
* | | Bump version of chef to 12.17.20 by Chef Versioner.v12.17.20Chef Versioner2016-11-211-1/+1
* | | Bump version of chef to 12.17.19 by Chef Versioner.v12.17.19Chef Versioner2016-11-181-1/+1
* | | Bump version of chef to 12.17.18 by Chef Versioner.v12.17.18Chef Versioner2016-11-181-1/+1
* | | Bump version of chef to 12.17.17 by Chef Versioner.v12.17.17Chef Versioner2016-11-171-1/+1
* | | Bump version of chef to 12.17.16 by Chef Versioner.v12.17.16Chef Versioner2016-11-171-1/+1
* | | Merge pull request #4838 from chef/lcg/resource-cloning-toggleLamont Granquist2016-11-161-2/+2
|\ \ \
| * | | simplify resource_cloning toggle PRlcg/resource-cloning-toggleLamont Granquist2016-11-164-24/+2