summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Remove deprecated -r option for Solo modedash_r_soloTim Smith2018-01-011-8/+1
| | | | | | | We claimed we were going to remove this in Chef 13. Let's stop rewriting ARGs now. Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 13.6.55 by Expeditorv13.6.55Chef Expeditor2017-12-231-1/+1
|
* Bump version to 13.6.54 by Expeditorv13.6.54Chef Expeditor2017-12-211-1/+1
|
* Bump version to 13.6.53 by Expeditorv13.6.53Chef Expeditor2017-12-211-1/+1
|
* Merge pull request #6695 from bloomberg/bootstrap-stringsTim Smith2017-12-211-1/+1
|\ | | | | Escape single-quoted strings from the context in knife bootstrap
| * Escape single-quoted strings from the contextAllan Espinosa2017-12-201-1/+1
| | | | | | | | | | | | Fixes #6680 Signed-off-by: Allan Espinosa <aespinosa33@bloomberg.net>
* | Bump version to 13.6.52 by Expeditorv13.6.52Chef Expeditor2017-12-201-1/+1
| |
* | Merge pull request #6701 from chef/lcg/chef-http-inject-tempfileLamont Granquist2017-12-202-12/+13
|\ \ | |/ |/| Allow injecting tempfiles into Chef::HTTP
| * allow injecting tempfiles into Chef::HTTPlcg/chef-http-inject-tempfileLamont Granquist2017-12-192-12/+13
| | | | | | | | | | | | | | | | | | use this to inject the tempfile from Chef::FileContentManagement::Tempfile closes #2401 Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Bump version to 13.6.51 by Expeditorv13.6.51Chef Expeditor2017-12-201-1/+1
| |
* | Merge pull request #6698 from chef/launchdThom May2017-12-202-5/+2
|\ \ | | | | | | Modernize launchd resource
| * | Modernize launchd resourcelaunchdTim Smith2017-12-192-5/+2
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 13.6.50 by Expeditorv13.6.50Chef Expeditor2017-12-201-1/+1
| | |
* | | Merge pull request #6552 from anoadragon453/masterThom May2017-12-201-4/+4
|\ \ \ | | | | | | | | Add an 's' for quantity of 0 cookbooks.
| * | | Add an 's' for quantity of 0 cookbooks.Andrew (anoa)2017-11-021-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | Uploaded 0 cookbook. -> Uploaded 0 cookbooks. Obvious fix.
* | | | Bump version to 13.6.49 by Expeditorv13.6.49Chef Expeditor2017-12-191-1/+1
| | | |
* | | | Merge pull request #6697 from chef/yum_repo_cleanupTim Smith2017-12-191-22/+22
|\ \ \ \ | | | | | | | | | | Fix yum_repository allowing priority of 0 and remove string regexes
| * | | | Fix priority to accept 1-99 not 0-99yum_repo_cleanupTim Smith2017-12-191-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | | | Remove the regex from every string propertyTim Smith2017-12-191-21/+21
| | |_|/ | |/| | | | | | | | | | | | | | | | | | We copied this in from the cookbook and I assume at one point there was a reason for it, but I can't think of one now. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | Merge pull request #6696 from chef/yardTim Smith2017-12-1969-3/+227
|\ \ \ \ | |/ / / |/| | | Add descriptions and yard @since comments to all resources
| * | | Add descriptions and @since comments to all resourcesTim Smith2017-12-1969-3/+227
| | |/ | |/| | | | | | | | | | | | | From the docs site Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 13.6.48 by Expeditorv13.6.48Chef Expeditor2017-12-191-1/+1
| | |
* | | Merge pull request #6652 from sandratiffin/CHEF-3058Tim Smith2017-12-191-1/+1
|\ \ \ | |/ / |/| | fix for data bag names partially matching search reserved words
| * | fix for data bag names partially matching search reserved wordsSandra Tiffin2017-12-121-1/+1
| | | | | | | | | | | | Signed-off-by: Sandra Tiffin <sandi.tiffin@gmail.com>
* | | Bump version to 13.6.47 by Expeditorv13.6.47Chef Expeditor2017-12-191-1/+1
| | |
* | | Merge pull request #6693 from chef/cleanupTim Smith2017-12-191-26/+8
|\ \ \ | | | | | | | | Modernize directory resource
| * | | Chefstyle fixTim Smith2017-12-181-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | | Modernize directory resourceTim Smith2017-12-181-26/+8
| | | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | Bump version to 13.6.46 by Expeditorv13.6.46Chef Expeditor2017-12-191-1/+1
| | | |
* | | | Merge pull request #6684 from chef/ifconfig_resourceThom May2017-12-192-162/+29
|\ \ \ \ | | | | | | | | | | Modernize the ifconfig resource
| * | | | Fix identity on device propertyifconfig_resourceTim Smith2017-12-181-2/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | | | Modernize the ifconfig resourceTim Smith2017-12-182-161/+29
| |/ / / | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | Bump version to 13.6.45 by Expeditorv13.6.45Chef Expeditor2017-12-191-1/+1
| | | |
* | | | Merge pull request #6690 from chef/tm+nk/verify-commandThom May2017-12-192-1/+11
|\ \ \ \ | |/ / / |/| | | Slight improvements to validation failures
| * | | feed chefstyletm+nk/verify-commandThom May2017-12-181-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Thom May <thom@chef.io>
| * | | Slight improvements to validation failures. Shows the failing command if ↵Noah Kantrowitz2017-12-182-1/+11
| | | | | | | | | | | | | | | | | | | | possible and doesn't show anything for sensitive resources to be safe. Refs https://github.com/chef/chef/issues/4793 and ping @chef/client-core for review.
* | | | Bump version to 13.6.44 by Expeditorv13.6.44Chef Expeditor2017-12-191-1/+1
| | | |
* | | | Merge pull request #6685 from chef/osx_profileTim Smith2017-12-181-40/+10
|\ \ \ \ | | | | | | | | | | Modernize osx_profile resource
| * | | | Modernize osx_profile resourceTim Smith2017-12-151-40/+10
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | | Bump version to 13.6.43 by Expeditorv13.6.43Chef Expeditor2017-12-181-1/+1
| | | | |
* | | | | Merge pull request #6689 from chef/resource_provider_magicTim Smith2017-12-181-15/+4
|\ \ \ \ \ | |_|/ / / |/| | | | Modernize cookbook_file resource and expand specs
| * | | | Update lazy usage per code reviewresource_provider_magicTim Smith2017-12-181-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | | | Modernize cookbook_file and expand specsTim Smith2017-12-181-15/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Don't hardcode the provider since the provider already has a provides line Test the source logic default properly by creating the resource name as a absolute path, which is how the user would use it Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | | Bump version to 13.6.42 by Expeditorv13.6.42Chef Expeditor2017-12-181-1/+1
| | | | |
* | | | | Merge pull request #6660 from chef/tm/credentialsThom May2017-12-184-38/+20
|\ \ \ \ \ | |/ / / / |/| | | | implement credential management
| * | | | Specify a profile on the command lineThom May2017-12-182-2/+7
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Thom May <thom@chef.io>
| * | | | ensure we set up the raw key correctlyThom May2017-12-151-0/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Thom May <thom@chef.io>
| * | | | Generate a credentials fileThom May2017-12-141-36/+12
| | |/ / | |/| | | | | | | | | | Signed-off-by: Thom May <thom@chef.io>
* | | | Bump version to 13.6.41 by Expeditorv13.6.41Chef Expeditor2017-12-181-1/+1
| | | |
* | | | Merge pull request #6683 from chef/reboot_resourceThom May2017-12-182-20/+26
|\ \ \ \ | | | | | | | | | | Modernize reboot resource and add spec