summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Bump version to 17.0.26 by Chef Expeditorv17.0.26Chef Expeditor2021-01-041-1/+1
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Fix homebrew_cask for the new syntaxTim Smith2021-01-041-3/+3
| | | | | | Also add a CI test for installing a small cask Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 17.0.25 by Chef Expeditorv17.0.25Chef Expeditor2021-01-011-1/+1
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 17.0.24 by Chef Expeditorv17.0.24Chef Expeditor2020-12-311-1/+1
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 17.0.23 by Chef Expeditorv17.0.23Chef Expeditor2020-12-311-1/+1
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 17.0.22 by Chef Expeditorv17.0.22Chef Expeditor2020-12-311-1/+1
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 17.0.21 by Chef Expeditorv17.0.21Chef Expeditor2020-12-311-1/+1
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 17.0.20 by Chef Expeditorv17.0.20Chef Expeditor2020-12-311-1/+1
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 17.0.19 by Chef Expeditorv17.0.19Chef Expeditor2020-12-311-1/+1
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 17.0.18 by Chef Expeditorv17.0.18Chef Expeditor2020-12-311-1/+1
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 17.0.17 by Chef Expeditorv17.0.17Chef Expeditor2020-12-311-1/+1
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Coerce uid to integer in Windows user resource.Pete Higgins2020-12-301-0/+5
| | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* Bump version to 17.0.16 by Chef Expeditorv17.0.16Chef Expeditor2020-12-301-1/+1
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #10794 from chef/cleanup-windows-cert-testsTim Smith2020-12-291-11/+1
|\ | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Avoid a shell_out call and just use File.binread.Pete Higgins2020-12-291-11/+1
| | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* | Bump version to 17.0.15 by Chef Expeditorv17.0.15Chef Expeditor2020-12-291-1/+1
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Fix escaping in doc string.Pete Higgins2020-12-291-1/+1
|/ | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* Bump version to 17.0.14 by Chef Expeditorv17.0.14Chef Expeditor2020-12-291-1/+1
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 17.0.13 by Chef Expeditorv17.0.13Chef Expeditor2020-12-291-1/+1
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 17.0.12 by Chef Expeditorv17.0.12Chef Expeditor2020-12-291-1/+1
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9847 from chef/lcg/dnf-versionfixTim Smith2020-12-284-42/+116
|\ | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * add apologetic commentlcg/dnf-versionfixLamont Granquist2020-12-281-0/+3
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * chefstyleLamont Granquist2020-12-281-13/+13
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * add a couple more commentsLamont Granquist2020-12-281-0/+5
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * use_magical_versionLamont Granquist2020-12-282-17/+33
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * comments and spellcheckLamont Granquist2020-12-282-0/+7
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * Fix idempotency and parsing issues with DNF installsLamont Granquist2020-12-284-31/+74
| | | | | | | | | | | | Fixes issues with exceptions raising exceptions as well. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Bump version to 17.0.11 by Chef Expeditorv17.0.11Chef Expeditor2020-12-291-1/+1
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #10782 from chef/cleanup-knife-statusTim Smith2020-12-286-63/+61
|\ \ | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Fix chefstyle violations.Pete Higgins2020-12-281-1/+1
| | | | | | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
| * | Untangle some gnarly code.Pete Higgins2020-12-281-7/+4
| | | | | | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
| * | Rename a variable to get rid of a spelling exception.Pete Higgins2020-12-281-2/+2
| | | | | | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
| * | Move FormattingOptions to its own file and remove duplication.Pete Higgins2020-12-286-54/+55
| | | | | | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* | | Fix typo.Pete Higgins2020-12-281-1/+1
|/ / | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* | Bump version to 17.0.10 by Chef Expeditorv17.0.10Chef Expeditor2020-12-281-1/+1
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #10781 from chef/fix-knife-status-presenter-nil-ipaddressTim Smith2020-12-281-1/+1
|\ \ | |/ |/| Signed-off-by: Tim Smith <tsmith@chef.io>
| * Fix knife status json output for EC2 instance with no public IP.Pete Higgins2020-12-281-1/+1
| | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* | Bump version to 17.0.9 by Chef Expeditorv17.0.9Chef Expeditor2020-12-281-1/+1
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Bump version to 17.0.8 by Chef Expeditorv17.0.8Chef Expeditor2020-12-281-1/+1
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #10699 from chef-davin/windows_security_policyTim Smith2020-12-281-39/+52
|\ \ | | | | | | Refactor the code for windows_security_policy resource
| * | fixing a chefstyle errorDavin Taddeo2020-12-211-0/+1
| | | | | | | | | | | | Signed-off-by: Davin Taddeo <davin@chef.io>
| * | Merge branch 'master' of github.com:chef/chef into windows_security_policyDavin Taddeo2020-12-207-27/+36
| |\ \
| * | | Update lib/chef/resource/windows_security_policy.rbDavin Taddeo2020-12-181-8/+3
| | | | | | | | | | | | Co-authored-by: pete higgins <pete@peterhiggins.org>
| * | | Merge branch 'master' of github.com:chef/chef into windows_security_policyDavin Taddeo2020-12-1614-28/+33
| |\ \ \
| * | | | Updates to use powershell_exec and shell_out instead of powershell_out.Davin Taddeo2020-12-161-4/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Davin Taddeo <davin@chef.io>
| * | | | taking suggestions from @phiggins into the code.Davin Taddeo2020-12-141-7/+8
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Davin Taddeo <davin@chef.io>
| * | | | Merge branch 'master' of github.com:chef/chef into windows_security_policyDavin Taddeo2020-12-1328-328/+1038
| |\ \ \ \
| * | | | | This should do what I want, without the problems we've seen previously.Davin Taddeo2020-12-131-44/+57
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Davin Taddeo <davin@chef.io>
| * | | | | refactor the code for windows_security_policy resourceDavin Taddeo2020-11-301-17/+21
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Davin Taddeo <davin@chef.io>
* | | | | | Merge pull request #10780 from chef/more_styleTim Smith2020-12-281-0/+1
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | Signed-off-by: Tim Smith <tsmith@chef.io>