summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Fix for why runvasu11052018-05-021-13/+13
| | | | Signed-off-by: vasu1105 <vasundhara.jagdale@msystechnologies.com>
* Fix for delete task with task_namevasu11052018-05-021-1/+1
| | | | Signed-off-by: vasu1105 <vasundhara.jagdale@msystechnologies.com>
* Fix for failing functional spec on adhoc buildbtm/MSYS-752_buildvasu11052018-04-241-7/+1
| | | | Signed-off-by: vasu1105 <vasundhara.jagdale@msystechnologies.com>
* [MSYS-752] windows task rewrite using wind32-taskschedulerVasu11052018-04-242-511/+596
| | | | Signed-off-by: Vasu1105 <vasundhara.jagdale@msystechnologies.com>
* Bump version to 14.0.210 by Expeditorv14.0.210Chef Expeditor2018-04-231-1/+1
|
* Revert "cookbooks metadata are used instead of directory name"lcg/actuall-test-cheffsLamont Granquist2018-04-231-18/+32
| | | | This reverts commit 85653e8f25c19273fde0d8d512db29ef13c2a579.
* Revert "fix Chef-14 chef_fs/chef-zero perf regression"Lamont Granquist2018-04-231-27/+19
| | | | This reverts commit 79c8782bbc9ca07898bda6ff9a3a7cdcc39bcdcf.
* Bump version to 14.0.208 by Expeditorv14.0.208Chef Expeditor2018-04-231-1/+1
|
* Merge pull request #7170 from chef/tm/ub_1404_serviceThom May2018-04-231-14/+31
|\ | | | | [Debian/Ubuntu] Detect init script service levels
| * [Debian/Ubuntu] Detect init script service levelstm/ub_1404_serviceThom May2018-04-231-14/+31
| | | | | | | | | | | | | | | | | | | | Debian removed the no-op flag from update-rc.d, and so we're now unlinking services rather than just querying them. Just parsing the scripts ourselves is much safer. Fixes: #7119 Signed-off-by: Thom May <thom@chef.io>
* | Merge pull request #7174 from chef/tm/ubu_1804Thom May2018-04-231-0/+2
|\ \ | | | | | | Ubuntu 1804 - passing tests and fixed ifconfig provider
| * | begin fix up of ifconfig provider on 1804Thom May2018-04-231-0/+2
| | | | | | | | | | | | Signed-off-by: Thom May <thom@chef.io>
* | | Merge pull request #7160 from chef/sudo_double_propertyThom May2018-04-231-1/+0
|\ \ \ | | | | | | | | Remove duplicate source property in the sudo resource
| * | | Remove duplicate source property in the sudo resourcesudo_double_propertyTim Smith2018-04-161-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | This was just a typo that came in from the sudo cookbook Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | Bump version to 14.0.207 by Expeditorv14.0.207Chef Expeditor2018-04-221-1/+1
| | | |
* | | | Fixing specs for powershell_packagesp/fix7166Stuart Preston2018-04-211-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Stuart Preston <stuart@chef.io>
* | | | Avoid conflict with build_powershell_command from powershell_out mixinStuart Preston2018-04-211-9/+9
| |/ / |/| | | | | | | | Signed-off-by: Stuart Preston <stuart@chef.io>
* | | Bump version to 14.0.206 by Expeditorv14.0.206Chef Expeditor2018-04-191-1/+1
| | |
* | | Merge pull request #7162 from tomdoherty/td/use-dev-with-route-metricThom May2018-04-191-1/+2
|\ \ \ | |_|/ |/| | Some options, i.e. metric, require specifying dev
| * | Some options, i.e. metric, require specifying devTom Doherty2018-04-171-1/+2
| |/ | | | | | | Signed-off-by: Tom Doherty <tom.doherty@fixnetix.com>
* | Bump version to 14.0.205 by Expeditorv14.0.205Chef Expeditor2018-04-191-1/+1
| |
* | Bump version to 14.0.204 by Expeditorv14.0.204Chef Expeditor2018-04-191-1/+1
| |
* | add name_property to resource inspectortm/inspect_name_propertiesThom May2018-04-181-1/+4
| | | | | | | | Signed-off-by: Thom May <thom@chef.io>
* | Bump version to 14.0.203 by Expeditorv14.0.203Chef Expeditor2018-04-171-1/+1
| |
* | Merge pull request #7147 from chef/lcg/yum-rhs-fixLamont Granquist2018-04-171-0/+5
|\ \ | |/ |/| fix for Red Hat Satellite yum_package bug
| * fix for Red Hat Satellite yum_package buglcg/yum-rhs-fixLamont Granquist2018-04-111-0/+5
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Bump version to 14.0.202 by Expeditorv14.0.202Chef Expeditor2018-04-141-1/+1
| |
* | Merge pull request #7155 from tomdoherty/masterThom May2018-04-141-1/+7
|\ \ | | | | | | Catch json.load exceptions causing syslog errors
| * | Catch json.load exceptions causing syslog errorsTom Doherty2018-04-131-1/+7
| | | | | | | | | | | | Signed-off-by: Tom Doherty <tom.doherty@fixnetix.com>
* | | Bump version to 14.0.201 by Expeditorv14.0.201Chef Expeditor2018-04-141-1/+1
| | |
* | | Bump version to 14.0.200 by Expeditorv14.0.200Chef Expeditor2018-04-131-1/+1
|/ /
* | Bump version to 14.0.199 by Expeditorv14.0.199Chef Expeditor2018-04-131-1/+1
| |
* | Merge pull request #7152 from chef/lcg/fix-resources-dsl-methodLamont Granquist2018-04-133-28/+26
|\ \ | | | | | | add the resources() dsl method back to providers
| * | add the resources() dsl method to providerslcg/fix-resources-dsl-methodLamont Granquist2018-04-123-28/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Custom resource actions were picking this up via delegation to the wrapping resource, and that wiring was removed in 14, so that API then got dropped accidentally. This should fix that back up. It also consistently injects the resource APIs into resources and providers both now (and consistently across core resources and custom resources). Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | Bump version to 14.0.198 by Expeditorv14.0.198Chef Expeditor2018-04-131-1/+1
| | |
* | | Add support for route metric (#7140)tomdoherty2018-04-132-2/+4
|/ / | | | | Signed-off-by: Tom Doherty <tom.doherty@fixnetix.com>
* | Bump version to 14.0.197 by Expeditorv14.0.197Chef Expeditor2018-04-121-1/+1
| |
* | Merge pull request #7144 from chef/tm/investigate_loggingLamont Granquist2018-04-123-5/+11
|\ \ | | | | | | Fix up knife logging
| * | Fix up knife loggingtm/investigate_loggingThom May2018-04-113-5/+11
| | | | | | | | | | | | | | | | | | | | | ensure that trace level is selectable if necessary via -VVV Pass the correct object to net/ssh Signed-off-by: Thom May <thom@chef.io>
* | | Bump version to 14.0.196 by Expeditorv14.0.196Chef Expeditor2018-04-121-1/+1
| | |
* | | fix for enable/disable repo orderingLamont Granquist2018-04-112-17/+18
| |/ |/| | | | | | | | | | | use one array, shove them in the array in order, read them out and apply them... Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Bump version to 14.0.195 by Expeditorv14.0.195Chef Expeditor2018-04-111-1/+1
| |
* | fix Chef-14 chef_fs/chef-zero perf regressionlcg/chef-zero-perfLamont Granquist2018-04-101-19/+27
|/ | | | | | | | | | | | | | | | | | Fixes a perf bug introduced by #6471 where we were taking O(n^2) with the number of cookbook versions in the cookbook synch phase. This is a minimum viable fix that changes the algorithm so that it does the old, fast method of looking up the CBV first. Only if it doesn't find it does it then go searching for cookbooks that are in a differently named directory but which match by the name in the metadata. There may be edge conditions here if people mix-and-match and have cookbooks which have both named-directory and name-in-metadata versions. Please try not to do that. Don't cross the streams. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Bump version to 14.0.194 by Expeditorv14.0.194Chef Expeditor2018-04-091-1/+1
|
* Merge pull request #7133 from chef/fix_pw_rhsmThom May2018-04-091-6/+8
|\ | | | | Fix RHSM registration using passwords
| * Fix RHSM registration using passwordsfix_pw_rhsmTim Smith2018-04-061-6/+8
| | | | | | | | | | | | This fix came into the cookbook repo at https://github.com/chef-partners/redhat-subscription-manager-cookbook/pull/41 Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 14.0.193 by Expeditorv14.0.193Chef Expeditor2018-04-071-1/+1
| |
* | Modify the provides for all resources from cookbooks so chef winsprovidesTim Smith2018-04-0638-32/+43
|/ | | | | | Due to changes in chef-client 14 old cookbooks started winning and this causes lots of problems, especially for old incompatible resources. Chef client should always win here. Signed-off-by: Tim Smith <tsmith@chef.io>
* fix improper boolean to int conversionErik Gomez2018-04-051-2/+2
| | | | Signed-off-by: Erik Gomez <e@eriknicolasgomez.com>
* Bump version to 14.0.192 by Expeditorv14.0.192Chef Expeditor2018-04-051-1/+1
|