summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Resolve spellcheck warningsTim Smith2020-11-031-1/+1
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Update lib/chef/resource/csh.rb Tim Smith2020-11-031-1/+1
| | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-authored-by: pete higgins <pete@peterhiggins.org>
* Update lib/chef/resource/ksh.rb Tim Smith2020-11-031-1/+1
| | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-authored-by: pete higgins <pete@peterhiggins.org>
* Update lib/chef/resource/perl.rb Tim Smith2020-11-031-1/+1
| | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-authored-by: pete higgins <pete@peterhiggins.org>
* Improve auto generated resource docsTim Smith2020-11-029-12/+130
| | | | | | More minor updates to improve our docs generation Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 16.7.21 by Chef Expeditorv16.7.21Chef Expeditor2020-11-031-1/+1
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 16.7.20 by Chef Expeditorv16.7.20Chef Expeditor2020-11-021-1/+1
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Fix bad constant reference in homebrew_update resource.Pete Higgins2020-11-021-1/+4
| | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* Bump version to 16.7.19 by Chef Expeditorv16.7.19Chef Expeditor2020-10-311-1/+1
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 16.7.18 by Chef Expeditorv16.7.18Chef Expeditor2020-10-301-1/+1
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #10545 from chef/out_to_execMatt Wrock2020-10-3012-94/+97
|\ | | | | Improve Windows resource performance by converting powershell_out usage to powershell_exec
| * fix habitat adembly resolution failuresmwrock2020-10-301-1/+9
| | | | | | | | Signed-off-by: mwrock <matt@mattwrock.com>
| * convert most internal powershell_out to powershell_execmwrock2020-10-2812-93/+88
| | | | | | | | Signed-off-by: mwrock <matt@mattwrock.com>
* | Bump version to 16.7.17 by Chef Expeditorv16.7.17Chef Expeditor2020-10-301-1/+1
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #10584 from chef/simplify_regexTim Smith2020-10-309-13/+13
|\ \ | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Simplify regexes by removing extra character classesTim Smith2020-10-309-13/+13
| | | | | | | | | | | | | | | | | | We're working too hard here. No need for these. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 16.7.16 by Chef Expeditorv16.7.16Chef Expeditor2020-10-301-1/+1
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Avoid a splat operator where we don't need oneTim Smith2020-10-301-11/+1
|/ / | | | | | | | | | | Just pass in the symbols Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 16.7.15 by Chef Expeditorv16.7.15Chef Expeditor2020-10-291-1/+1
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #10574 from TimothyTitan/patch-1Tim Smith2020-10-291-0/+2
|\ \ | | | | | | Fix download errors during knife bootstrap on windows due to lack of TLS 1.2 support
| * | Fix chefstyle in unrelated changeTimothy Johnson2020-10-291-1/+0
| | | | | | | | | | | | Obvious fix
| * | Update windows_bootstrap_context.rbTim Titan2020-10-291-0/+2
| |/ | | | | | | | | Adding tls1.2 support for powershell. From - https://github.com/chef/chef/issues/8713
* | Bump version to 16.7.14 by Chef Expeditorv16.7.14Chef Expeditor2020-10-291-1/+1
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #10572 from chef/solaris_packageTim Smith2020-10-292-2/+0
|\ \ | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Remove the provides :package for solaris_packageTim Smith2020-10-292-2/+0
| | | | | | | | | | | | | | | | | | | | | This only worked on Solaris 5.10, which we don't support anymore. Just nuke the line entirely Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 16.7.13 by Chef Expeditorv16.7.13Chef Expeditor2020-10-291-1/+1
|/ / | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Bump version to 16.7.12 by Chef Expeditorv16.7.12Chef Expeditor2020-10-291-1/+1
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #10577 from chef/secret_fileTim Smith2020-10-292-6/+7
|\ \ | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | fix secret options in windows bootstrapmwrock2020-10-292-6/+7
| |/ | | | | | | Signed-off-by: mwrock <matt@mattwrock.com>
* | Bump version to 16.7.11 by Chef Expeditorv16.7.11Chef Expeditor2020-10-291-1/+1
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Bump version to 16.7.10 by Chef Expeditorv16.7.10Chef Expeditor2020-10-291-1/+1
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Bump version to 16.7.9 by Chef Expeditorv16.7.9Chef Expeditor2020-10-291-1/+1
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #10573 from chef/nexentacoreTim Smith2020-10-295-5/+2
|\ \ | | | | | | Remove support for nexentacore and opensolaris which are both a decade EOL
| * | Chefstyle fixnexentacoreTim Smith2020-10-281-1/+0
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Remove opensolaris as wellTim Smith2020-10-282-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://en.wikipedia.org/wiki/OpenSolaris Latest release 2009.06 / June 1, 2009; 11 years ago "OpenSolaris is a discontinued open source computer operating system based on Solaris and created by Sun Microsystems." Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Remove support for nexentacore which has been dead since 2012Tim Smith2020-10-282-2/+0
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | https://en.wikipedia.org/wiki/Nexenta_OS "In late 2011, the Nexenta OS brand was terminated and replaced with Illumian, which is derived from community development for illumos and OpenIndiana, but was distinguished by its use of Debian packaging. Illumian version 1.0 was released in February 2012. Following the initial release of Illumian in 2012, the Illumian project was discontinued.[3]" and "Final release 3.1.3.5 (October 31, 2012; 7 years ago)" We never really support this and it's been dead dead dead for a long time. Just nuke it along with the helpers. There's no way anyone used these. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Fix a few more spelling issuesTim Smith2020-10-292-4/+4
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | Fix some spelling / cookstyle errors in the git examplesspellingTim Smith2020-10-291-5/+5
|/ | | | | | Get the spellcheck tests green again. Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 16.7.8 by Chef Expeditorv16.7.8Chef Expeditor2020-10-281-1/+1
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Improve the example textTim Smith2020-10-281-1/+1
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* FormattingTim Smith2020-10-281-1/+1
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Update lib/chef/resource/windows_task.rb Tim Smith2020-10-281-1/+1
| | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-authored-by: pete higgins <pete@peterhiggins.org>
* Update lib/chef/resource/systemd_unit.rbTim Smith2020-10-281-1/+1
| | | Co-authored-by: pete higgins <pete@peterhiggins.org>
* Add examples to git, subversion, and systemd_unitTim Smith2020-10-284-2/+137
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Add examples to windows_service and correct some formattingTim Smith2020-10-282-1/+110
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 16.7.7 by Chef Expeditorv16.7.7Chef Expeditor2020-10-281-1/+1
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 16.7.6 by Chef Expeditorv16.7.6Chef Expeditor2020-10-281-1/+1
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* fixed chef-style spec failure.antima-gupta2020-10-281-4/+4
| | | | Signed-off-by: antima-gupta <agupta@msystechnologies.com>
* Moved device_fstab method from provider/mount/mount.rb to provider/mount.rb.antima-gupta2020-10-282-13/+17
| | | | | | | Compare current resource device with new resource device_fstab value. Added specs for device_unchaged? method changes. Signed-off-by: antima-gupta <agupta@msystechnologies.com>
* Bump version to 16.7.5 by Chef Expeditorv16.7.5Chef Expeditor2020-10-271-1/+1
| | | | Obvious fix; these changes are the result of automation not creative thinking.