summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Rescue Train::UserError and re-try with su_passwordVSingh/knife-bootstrap-with-nonroot-userVivek Singh2020-09-182-21/+19
| | | | Signed-off-by: Vivek Singh <vivek.singh@msystechnologies.com>
* Fix AIX su password match stringVivek Singh2020-09-171-1/+1
| | | | Signed-off-by: Vivek Singh <vivek.singh@msystechnologies.com>
* Passed block and limits resursive callsVivek Singh2020-09-172-18/+8
| | | | Signed-off-by: Vivek Singh <vivek.singh@msystechnologies.com>
* Add test casesVivek Singh2020-09-171-2/+44
| | | | Signed-off-by: Vivek Singh <vivek.singh@msystechnologies.com>
* Fixed test case failureVivek Singh2020-09-172-2/+2
| | | | Signed-off-by: Vivek Singh <vivek.singh@msystechnologies.com>
* handles su - USER sesssion to perform bootstrapVivek Singh2020-09-171-4/+63
| | | | Signed-off-by: Vivek Singh <vivek.singh@msystechnologies.com>
* Bump version to 16.5.60 by Chef Expeditorv16.5.60Chef Expeditor2020-09-167-18/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #10439 from chef/RedundantSortTim Smith2020-09-162-3/+2
|\ | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Update lib/chef/mixin/versioned_api.rb Tim Smith2020-09-161-1/+1
| | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-authored-by: pete higgins <pete@peterhiggins.org>
| * Resolve Style/RedundantSort warningsTim Smith2020-09-162-3/+2
|/ | | | | | Avoid a sort then last and just grab the max. Signed-off-by: Tim Smith <tsmith@chef.io>
* Update CHANGELOG.md with details from pull request #10438Chef Expeditor2020-09-161-3/+4
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #10438 from chef/speedup_specsTim Smith2020-09-161-1/+1
|\ | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Speed up a openssl helper specsspeedup_specsTim Smith2020-09-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was one of our top 10 slow specs Before: Chef::Mixin::OpenSSLHelper#dhparam_pem_valid? When the dhparam.pem file does exist, and does contain a vaild dhparam key returns true 2.71 seconds ./spec/unit/mixin/openssl_helper_spec.rb:101 After: 0.01765 seconds ./spec/unit/mixin/openssl_helper_spec.rb:538 Chef::Mixin::OpenSSLHelper#dhparam_pem_valid? When the dhparam.pem file does exist, and does contain a vaild dhparam key returns true Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 16.5.59 by Chef Expeditorv16.5.59Chef Expeditor2020-09-167-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #10437 from chef/extra_requiresTim Smith2020-09-1614-33/+12
|\ \ | |/ |/| Signed-off-by: Tim Smith <tsmith@chef.io>
| * Update the spec for the new behaviorTim Smith2020-09-161-2/+1
| | | | | | | | | | | | | | Now that we don't check the value first we're only calling it once, which is :dope: Signed-off-by: Tim Smith <tsmith@chef.io>
| * Resolve Style/RedundantCondition copTim Smith2020-09-1610-27/+11
| | | | | | | | | | | | We have some extra conditionals that aren't getting us anything Signed-off-by: Tim Smith <tsmith@chef.io>
| * Resolve Lint/RedundantRequireStatement warningsTim Smith2020-09-163-4/+0
|/ | | | | | | These are required by Ruby out of the box so lets avoid trying to require them again. Signed-off-by: Tim Smith <tsmith@chef.io>
* Add updates to windows_user_privilege resourceTim Smith2020-09-161-0/+4
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 16.5.58 by Chef Expeditorv16.5.58Chef Expeditor2020-09-167-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #10407 from chef/16.5Tim Smith2020-09-161-24/+115
|\ | | | | Add release notes for Chef Infra Client 16.5
| * nice level support not process nice levelTim Smith2020-09-161-1/+1
| | | | | | | | | | | | This reads easier Signed-off-by: Tim Smith <tsmith@chef.io>
| * highlight resource names in release notes impacted by sid enhancementmwrock2020-09-161-1/+1
| | | | | | | | Signed-off-by: mwrock <matt@mattwrock.com>
| * add SID usage notes for securable resources to release notesmwrock2020-09-161-0/+4
| | | | | | | | Signed-off-by: mwrock <matt@mattwrock.com>
| * Update RELEASE_NOTES.md Tim Smith2020-09-161-1/+1
| | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-authored-by: Ian Maddaus <IanMadd@users.noreply.github.com>
| * Update RELEASE_NOTES.md Tim Smith2020-09-161-1/+1
| | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-authored-by: Ian Maddaus <IanMadd@users.noreply.github.com>
| * Update RELEASE_NOTES.md Tim Smith2020-09-161-1/+1
| | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-authored-by: Ian Maddaus <IanMadd@users.noreply.github.com>
| * Update RELEASE_NOTES.md Tim Smith2020-09-161-1/+1
| | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-authored-by: Ian Maddaus <IanMadd@users.noreply.github.com>
| * Update RELEASE_NOTES.md Tim Smith2020-09-161-1/+1
| | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-authored-by: Ian Maddaus <IanMadd@users.noreply.github.com>
| * Update RELEASE_NOTES.md Tim Smith2020-09-161-1/+1
| | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-authored-by: Ian Maddaus <IanMadd@users.noreply.github.com>
| * Update RELEASE_NOTES.md Tim Smith2020-09-161-1/+1
| | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-authored-by: Ian Maddaus <IanMadd@users.noreply.github.com>
| * Update RELEASE_NOTES.md Tim Smith2020-09-161-1/+1
| | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-authored-by: Ian Maddaus <IanMadd@users.noreply.github.com>
| * Update RELEASE_NOTES.md Tim Smith2020-09-161-1/+1
| | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-authored-by: Ian Maddaus <IanMadd@users.noreply.github.com>
| * Update RELEASE_NOTES.md Tim Smith2020-09-161-1/+1
| | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-authored-by: Ian Maddaus <IanMadd@users.noreply.github.com>
| * Update RELEASE_NOTES.md Tim Smith2020-09-161-1/+1
| | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-authored-by: Ian Maddaus <IanMadd@users.noreply.github.com>
| * Update RELEASE_NOTES.md Tim Smith2020-09-161-1/+1
| | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-authored-by: Ian Maddaus <IanMadd@users.noreply.github.com>
| * Update RELEASE_NOTES.md Tim Smith2020-09-161-1/+1
| | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-authored-by: Ian Maddaus <IanMadd@users.noreply.github.com>
| * Update RELEASE_NOTES.md Tim Smith2020-09-161-1/+1
| | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-authored-by: Ian Maddaus <IanMadd@users.noreply.github.com>
| * Add windows_firewall_profile fixesTim Smith2020-09-161-0/+4
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Add new rhsm_register workTim Smith2020-09-161-1/+1
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Update RELEASE_NOTES.mdTim Smith2020-09-161-2/+2
| | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Packages pluginTim Smith2020-09-161-2/+2
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Update RELEASE_NOTES.md Tim Smith2020-09-161-1/+1
| | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-authored-by: pete higgins <pete@peterhiggins.org>
| * Update RELEASE_NOTES.md Tim Smith2020-09-161-1/+1
| | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-authored-by: pete higgins <pete@peterhiggins.org>
| * Update RELEASE_NOTES.md Tim Smith2020-09-161-1/+1
| | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-authored-by: pete higgins <pete@peterhiggins.org>
| * Add release notes for Chef Infra Client 16.5Tim Smith2020-09-161-22/+105
|/ | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Merge pull request #10435 from chef/more_docsTim Smith2020-09-1614-53/+431
|\ | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Improve examples in powershell_package_sourceTim Smith2020-09-151-4/+4
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Add examples to osx_profileTim Smith2020-09-151-2/+66
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Improve openssl_x509_request descriptions and remove defaultTim Smith2020-09-151-16/+14
| | | | | | | | | | | | default_action is not needed here Signed-off-by: Tim Smith <tsmith@chef.io>