summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fix secret options in windows bootstrapsecret_filemwrock2020-10-292-5/+9
| | | | Signed-off-by: mwrock <matt@mattwrock.com>
* 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.
* Merge pull request #10555 from chef/ifconfig_fedora_33Tim Smith2020-10-262-1/+3
|\ | | | | ifconfig is not compatible with Fedora 33 or later
| * Update lib/chef/resource/ifconfig.rb Tim Smith2020-10-261-1/+1
| | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-authored-by: pete higgins <pete@peterhiggins.org>
| * ifconfig is not compatible with Fedora 33 or laterTim Smith2020-10-262-1/+3
|/ | | | | | This resource only works with the legacy redhat /etc/networks configuration format. That format was slapped onto NetworkManager when RHEL moved off legacy init scripts. Fedora 33 switches to the keyfile format so this resource no longer works on those systems. Stop testing it there and add a note to the resource description so we get that up on the docs site. Signed-off-by: Tim Smith <tsmith@chef.io>
* Update CHANGELOG.md with details from pull request #10553Chef Expeditor2020-10-261-3/+4
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #10553 from chef/ubuntu_2010Tim Smith2020-10-262-0/+23
|\ | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Add Test Kitchen testing on Ubuntu 20.10ubuntu_2010Tim Smith2020-10-262-0/+23
|/ | | | | | | | We can bump this up to the latest non-LTS release every 6 months to determine if there's any resource updates we need to make in advance of the LTS release. Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 16.7.1 by Chef Expeditorv16.7.1Chef Expeditor2020-10-267-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #10551 from chef/remove-net-http-monkeypatch-part-2Tim Smith2020-10-262-14/+0
|\ | | | | Signed-off-by: Tim Smith <tsmith@chef.io>