summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Remove the provides :package for solaris_packagesolaris_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>
* Merge pull request #10573 from chef/nexentacoreTim Smith2020-10-2912-48/+16
|\ | | | | 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>
| * Fix specTim Smith2020-10-281-1/+1
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Remove opensolaris as wellTim Smith2020-10-286-14/+8
| | | | | | | | | | | | | | | | | | | | 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-288-36/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | Merge pull request #10575 from chef/spellingTim Smith2020-10-292-9/+9
|\ \ | |/ |/| 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-287-18/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #10570 from chef/resource_docsTim Smith2020-10-286-3/+247
|\ | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * 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>
* | Update CHANGELOG.md with details from pull request #10569Chef Expeditor2020-10-281-0/+2
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #10569 from chef/docs_package_notesTim Smith2020-10-281-5/+5
|\ \ | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Don't add a package warning for solaris_packageTim Smith2020-10-281-1/+1
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Correctly generate docs yaml files to include package warningsTim Smith2020-10-281-5/+5
| |/ | | | | | | | | | | This data actually needed to be under resource_description_list and not at the top level. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Update CHANGELOG.md with details from pull request #10567Chef Expeditor2020-10-281-3/+4
|/ | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #10567 from chef/docs_generation_updatesTim Smith2020-10-281-7/+8
|\ | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Make sure we set both multipackage configs in the docsdocs_generation_updatesTim Smith2020-10-281-3/+4
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Improve the package docs generation + resolve rubocop warningsTim Smith2020-10-281-5/+5
| | | | | | | | | | | | Resolve a few valid warnings there and then add a few more resources where we should be showing package warnings. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Merge pull request #10568 from chef/minor_commentTim Smith2020-10-281-0/+1
|\ \ | |/ |/| Signed-off-by: Tim Smith <tsmith@chef.io>
| * Add a minor comment explaining why we check file typesTim Smith2020-10-281-0/+1
|/ | | | | | Nothing real amazing here. Just a note for future folks. Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 16.7.7 by Chef Expeditorv16.7.7Chef Expeditor2020-10-287-19/+20
| | | | 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-287-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #10560 from chef/simplifyTim Smith2020-10-281-1/+9
|\ | | | | Simplify a weird conditional in chef-config
| * Remove .nil? and add some yard explaining what this method isTim Smith2020-10-281-1/+9
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Simplify a weird conditional in chef-configsimplifyTim Smith2020-10-271-1/+1
| | | | | | | | | | | | if with ! is a brain twister. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Merge pull request #10566 from ↵Tim Smith2020-10-283-12/+46
|\ \ | |/ |/| | | | | MsysTechnologiesllc/antima/mount_not_idempotent_with_device_type_fixes Signed-off-by: Tim Smith <tsmith@chef.io>
| * 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-283-13/+47
|/ | | | | | | 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-277-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 16.7.4 by Chef Expeditorv16.7.4Chef Expeditor2020-10-277-20/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #10558 from chef/merge_conditionalsTim Smith2020-10-2712-12/+12
|\ | | | | Merge repetitive conditionals
| * Merge repetitive conditionalsTim Smith2020-10-2712-12/+12
| | | | | | | | | | | | So much easier to read and probably faster this way too. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Merge pull request #10559 from chef/bump_inspecTim Smith2020-10-272-9/+9
|\ \ | |/ |/| Signed-off-by: Tim Smith <tsmith@chef.io>
| * Update InSpec to 4.23.15Tim Smith2020-10-272-9/+9
|/ | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 16.7.3 by Chef Expeditorv16.7.3Chef Expeditor2020-10-277-18/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #10557 from chef/lcg/unified-mode-doneTim Smith2020-10-2716-987/+878
|\ | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * whitespacelcg/unified-mode-doneLamont Granquist2020-10-261-10/+1
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * missing fixesLamont Granquist2020-10-263-8/+8
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * Final batch of unified_mode providersLamont Granquist2020-10-2616-984/+884
|/ | | | | | Also converts some of them to custom resources Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Update CHANGELOG.md with details from pull request #10554Chef Expeditor2020-10-271-4/+4
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #10554 from chef/oracle_8_tkTim Smith2020-10-262-0/+16
|\ | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Add back Oracle 8 Test Kitchen testingTim Smith2020-10-262-0/+16
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 16.7.2 by Chef Expeditorv16.7.2Chef Expeditor2020-10-277-18/+20
|/ | | | Obvious fix; these changes are the result of automation not creative thinking.