summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Bump version to 17.0.69 by Chef Expeditorv17.0.69Chef Expeditor2021-02-011-1/+1
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 17.0.68 by Chef Expeditorv17.0.68Chef Expeditor2021-02-011-1/+1
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 17.0.67 by Chef Expeditorv17.0.67Chef Expeditor2021-01-311-1/+1
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Fix DNF version comparison buglcg/dnf-fix-tweakLamont Granquist2021-01-282-3/+3
| | | | | | | Also suppresses a version comparison that normally fails when it is called on the dnf provider which was ignorable. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Bump version to 17.0.66 by Chef Expeditorv17.0.66Chef Expeditor2021-01-271-1/+1
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 17.0.65 by Chef Expeditorv17.0.65Chef Expeditor2021-01-271-1/+1
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 17.0.64 by Chef Expeditorv17.0.64Chef Expeditor2021-01-271-1/+1
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #10937 from cpressland/masterTim Smith2021-01-271-2/+2
|\ | | | | Update systemd_unit.rb to make Cookstyle compliant
| * Update systemd_unit.rb to make Cookstyle CompliantChris Pressland2021-01-261-2/+2
| | | | | | | | | | | | Fixes `Style/BracesAroundHashParameters: Redundant curly braces around a hash parameter.` Signed-off-by: Chris Pressland <mail@cpressland.io>
* | Bump version to 17.0.63 by Chef Expeditorv17.0.63Chef Expeditor2021-01-271-1/+1
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Bump version to 17.0.62 by Chef Expeditorv17.0.62Chef Expeditor2021-01-271-1/+1
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Bump version to 17.0.61 by Chef Expeditorv17.0.61Chef Expeditor2021-01-271-1/+1
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #10410 from chef/VSingh/knife-bootstrap-with-nonroot-userTim Smith2021-01-261-4/+54
|\ \ | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Rescue Train::UserError and re-try with su_passwordVSingh/knife-bootstrap-with-nonroot-userVivek Singh2020-09-181-16/+17
| | | | | | | | | | | | 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-171-16/+6
| | | | | | | | | | | | Signed-off-by: Vivek Singh <vivek.singh@msystechnologies.com>
| * | Fixed test case failureVivek Singh2020-09-171-1/+1
| | | | | | | | | | | | 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 17.0.60 by Chef Expeditorv17.0.60Chef Expeditor2021-01-271-1/+1
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Bump version to 17.0.59 by Chef Expeditorv17.0.59Chef Expeditor2021-01-261-1/+1
| |/ |/| | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Bump version to 17.0.58 by Chef Expeditorv17.0.58Chef Expeditor2021-01-261-1/+1
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #10935 from chef/interpolationTim Smith2021-01-261-1/+1
|\ \ | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Fix an interpolation mistake in an error message + turn on the copinterpolationTim Smith2021-01-261-1/+1
| | | | | | | | | | | | | | | | | | Make sure we avoid these in the future. We should probably turn this on in Chefstyle. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 17.0.57 by Chef Expeditorv17.0.57Chef Expeditor2021-01-261-1/+1
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Replace deprecated File.exists? with File.exist? in more placesTim Smith2021-01-265-11/+11
|/ / | | | | | | | | | | Just some boring cleanup Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 17.0.56 by Chef Expeditorv17.0.56Chef Expeditor2021-01-261-1/+1
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Bump version to 17.0.55 by Chef Expeditorv17.0.55Chef Expeditor2021-01-251-1/+1
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Bump version to 17.0.54 by Chef Expeditorv17.0.54Chef Expeditor2021-01-251-1/+1
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #10925 from ↵Lamont Granquist2021-01-251-5/+31
|\ \ | | | | | | | | | | | | joshuamiller01/get_systemd_service_faster_for_systemd_unit load_current_resource for systemd_unit more efficiently
| * | memoize systemctl shellouts for load_current_resource for systemd_unit perfJoshua Miller2021-01-221-5/+31
| | | | | | | | | | | | Signed-off-by: Joshua Miller <joshmiller@fb.com>
* | | Bump version to 17.0.53 by Chef Expeditorv17.0.53Chef Expeditor2021-01-231-1/+1
|/ / | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Bump version to 17.0.52 by Chef Expeditorv17.0.52Chef Expeditor2021-01-211-1/+1
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Bump version to 17.0.51 by Chef Expeditorv17.0.51Chef Expeditor2021-01-211-1/+1
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #10913 from chef/lcg/dont-ship-chef-dev-gemsLamont Granquist2021-01-201-1/+1
|\ \
| * | Don't ship dev gems in the shipping artifactLamont Granquist2021-01-201-1/+1
| | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | Bump version to 17.0.50 by Chef Expeditorv17.0.50Chef Expeditor2021-01-211-1/+1
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Bump version to 17.0.49 by Chef Expeditorv17.0.49Chef Expeditor2021-01-201-1/+1
|/ / | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Bump version to 17.0.48 by Chef Expeditorv17.0.48Chef Expeditor2021-01-201-1/+1
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Bump version to 17.0.47 by Chef Expeditorv17.0.47Chef Expeditor2021-01-201-1/+1
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #10894 from kimbernator/masterTim Smith2021-01-191-0/+12
|\ \ | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | undo pathhelper modificationsjk0509742021-01-191-2/+2
| | | | | | | | | | | | Signed-off-by: jk050974 <jeremy.kimber@cerner.com>
| * | add backup functionality to windows_taskkimbernator2021-01-182-2/+14
| | | | | | | | | | | | Signed-off-by: kimbernator <groverperson@gmail.com>
* | | Resolve spelling failuresTim Smith2021-01-191-1/+1
|/ / | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 17.0.46 by Chef Expeditorv17.0.46Chef Expeditor2021-01-181-1/+1
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Bump version to 17.0.45 by Chef Expeditorv17.0.45Chef Expeditor2021-01-181-1/+1
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Bump version to 17.0.44 by Chef Expeditorv17.0.44Chef Expeditor2021-01-151-1/+1
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Do not change the behavior of plain-old-procsLamont Granquist2021-01-153-3/+10
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | add test, fix node attributes deep merge buglcg/lazy-attributesLamont Granquist2021-01-151-2/+2
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | fix array slicesLamont Granquist2021-01-151-2/+2
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | lazy attribute supportLamont Granquist2021-01-152-7/+21
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>