summaryrefslogtreecommitdiff
path: root/lib/chef
Commit message (Collapse)AuthorAgeFilesLines
* Bump version to 14.5.2 by Chef Expeditorv14.5.2Chef Expeditor2018-09-061-1/+1
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 14.5.1 by Chef Expeditorv14.5.1Chef Expeditor2018-09-051-1/+1
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #7601 from chef/lcg/better-deprecationLamont Granquist2018-09-051-10/+4
|\ | | | | Shorten the resource collision deprecation message
| * replace "core" with "the client"lcg/better-deprecationLamont Granquist2018-08-291-2/+2
| | | | | | | | | | | | because users don't grok "core" Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * tighten up the description hereLamont Granquist2018-08-291-10/+4
| | | | | | | | | | | | the wall of words hurts more than it helps. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Bump version to 14.5.0 by Chef Expeditorv14.5.0Chef Expeditor2018-09-041-1/+1
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Bump version to 14.4.63 by Chef Expeditorv14.4.63Chef Expeditor2018-09-011-1/+1
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #7604 from chef/resource_docs_cleanupTim Smith2018-08-3122-109/+103
|\ \ | | | | | | Update property descriptions and remove extra nil types
| * | More syncs from the docs siteresource_docs_cleanupTim Smith2018-08-314-16/+16
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Update descriptions in more windows resourcesTim Smith2018-08-315-14/+8
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Update windows_font descriptionsTim Smith2018-08-311-4/+2
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Sync windows_printer descriptions with the docs siteTim Smith2018-08-311-9/+7
| | | | | | | | | | | | | | | | | | Docs team cleaned these up and I never trickled them back here. Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Add descriptions and introduced fields to windows_taskTim Smith2018-08-311-21/+26
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Fix typo in windows_task descriptionTim Smith2018-08-311-1/+1
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Add descriptions to gem_packageTim Smith2018-08-311-19/+17
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | More description fixesTim Smith2018-08-312-4/+5
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Fix the openssl_ec_private_key descriptionTim Smith2018-08-311-1/+1
| | | | | | | | | | | | | | | | | | I failed at English here. Signed-off-by: Tim Smith <tsmith@chef.io>
| * | openssl_*: Update property descriptions and remove extra nil typesTim Smith2018-08-318-22/+22
| | | | | | | | | | | | | | | | | | | | | | | | We allowed String, nil, which is a legacy thing that's not longer necessary. Just make these String. This syncs all the properties with what I just pushed up to the docs site. It cleans up some wording around owner/group properties and fixes typos. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 14.4.62 by Chef Expeditorv14.4.62Chef Expeditor2018-09-011-1/+1
|/ / | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #7609 from chef/inspector_libraryTim Smith2018-08-311-3/+4
|\ \ | | | | | | Allow resource_inspector be used outside the binary
| * | Allow resource_inspector be used outside the binaryinspector_libraryTim Smith2018-08-311-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | Prevously the inspect method wrote out to stdout which makes it impossible to use as a library. Now it returns data which the start method will write to stdout. This allowed me to use this as a library for autogenerating docs. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 14.4.61 by Chef Expeditorv14.4.61Chef Expeditor2018-09-011-1/+1
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Avoid declare resource where it's not neededdeclareTim Smith2018-08-311-2/+2
|/ / | | | | | | | | | | This is a custom resource. Removing this just increases readability for anyone used to writing resources in cookbooks. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 14.4.60 by Chef Expeditorv14.4.60Chef Expeditor2018-08-301-1/+1
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Bump version to 14.4.59 by Chef Expeditorv14.4.59Chef Expeditor2018-08-301-1/+1
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Bump version to 14.4.58 by Chef Expeditorv14.4.58Chef Expeditor2018-08-291-1/+1
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #7600 from chef/docsTim Smith2018-08-2915-139/+335
|\ \ | |/ |/| Add additional property docs + update existing docs
| * Add additional property descriptions using those on the docs siteTim Smith2018-08-295-109/+305
| | | | | | | | | | | | Slowly backporting stuff from the docs site into Chef so we can auto-generate our docs Signed-off-by: Tim Smith <tsmith@chef.io>
| * Cleanup existing property descriptions to match the docsTim Smith2018-08-299-29/+29
| | | | | | | | | | | | We fixed up some wording on the docs site. This backports those fixes Signed-off-by: Tim Smith <tsmith@chef.io>
| * Add missing space to sysctl descriptionTim Smith2018-08-281-1/+1
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 14.4.57 by Chef Expeditorv14.4.57Chef Expeditor2018-08-281-1/+1
|/ | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 14.4.56 by Chef Expeditorv14.4.56Chef Expeditor2018-08-271-1/+1
|
* Merge pull request #7591 from chef/docsTim Smith2018-08-271-1/+1
|\ | | | | Be more explicit in disabling provides for openssl_x509
| * Be more explicit in disabling provides for openssl_x509Tim Smith2018-08-271-1/+1
| | | | | | | | | | | | | | Make it clear that we want this to be "true" with Chef 15, but right now the cookbook needs to win for backwards compatibility reasons. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 14.4.55 by Chef Expeditorv14.4.55Chef Expeditor2018-08-271-1/+1
|/
* Add author / copyrights to the new openssl resourcesTim Smith2018-08-274-4/+7
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Make sure the cookbook properly wins with openssl_x509Tim Smith2018-08-271-1/+1
| | | | | | The comment was right but the code was wrong Signed-off-by: Tim Smith <tsmith@chef.io>
* Properly describe what a CRL isTim Smith2018-08-271-1/+1
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Update descriptions for the EC curve resourcesTim Smith2018-08-272-2/+4
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 14.4.54 by Chef Expeditorv14.4.54Chef Expeditor2018-08-271-1/+1
|
* Merge pull request #7588 from chef/crond_errorLamont Granquist2018-08-271-1/+1
|\ | | | | Resolve new_resource error with cron_d resource
| * Resolve new_resource error with cron_d resourcecrond_errorTim Smith2018-08-241-1/+1
| | | | | | | | | | | | new_resource.cookbook needed to be cookbook inside after_created Signed-off-by: Tim Smith <tsmith@chef.io>
* | Merge pull request #7589 from chef/random_delayLamont Granquist2018-08-271-7/+12
|\ \ | | | | | | cron_d: Add random_delay and cleanup properties
| * | More description updatesrandom_delayTim Smith2018-08-241-2/+2
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Add missing commaTim Smith2018-08-241-1/+1
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Lazily eval the empty hash default and remove nil typesTim Smith2018-08-241-6/+7
| | | | | | | | | | | | | | | | | | We don't need to specify nil anymore since it's the default now. Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Add random_delay property to cron_dTim Smith2018-08-241-0/+4
| |/ | | | | | | | | | | This was released in cron cookbook 6.1. The template already supported it, but the property was missing. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 14.4.53 by Chef Expeditorv14.4.53Chef Expeditor2018-08-251-1/+1
| |
* | Add missing description to windows_feature_powershellempty_descriptionsTim Smith2018-08-241-3/+2
|/ | | | | | This was left empty by mistake. Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 14.4.52 by Chef Expeditorv14.4.52Chef Expeditor2018-08-251-1/+1
|