summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Bump version of chef to 12.18.37 by Chef Versioner.v12.18.37Chef Versioner2017-01-171-1/+1
|
* Merge pull request #5726 from higanworks/compatible_with_net-ssh4Thom May2017-01-171-1/+1
|\ | | | | pass true as 2nd args for Net::SSH.configuration_for by default.
| * pass true as 2nd args for Net::SSH.configuration_for by default.sawanoboly2017-01-161-1/+1
| | | | | | | | Signed-off-by: SAWANOBORI Yukihiko <sawanoboriyu@higanworks.com>
* | Bump version of chef to 12.18.36 by Chef Versioner.v12.18.36Chef Versioner2017-01-171-1/+1
| |
* | Bump version of chef to 12.18.35 by Chef Versioner.v12.18.35Chef Versioner2017-01-171-1/+1
| |
* | Bump version of chef to 12.18.34 by Chef Versioner.v12.18.34Chef Versioner2017-01-171-1/+1
| |
* | Merge pull request #5313 from ↵Thom May2017-01-171-28/+31
|\ \ | | | | | | | | | | | | juliandunn/aix_candidate_version_blindly_checks_source Don't blindly check source on candidate_version calls.
| * | Don't blindly check source on candidate_version calls.Julian C. Dunn2016-12-051-28/+31
| | | | | | | | | | | | Signed-off-by: Julian C. Dunn <jdunn@chef.io>
* | | Bump version of chef to 12.18.33 by Chef Versioner.v12.18.33Chef Versioner2017-01-171-1/+1
| | |
* | | Merge pull request #5410 from johnbellone/masterThom May2017-01-171-0/+1
|\ \ \ | |_|/ |/| | Add the policyfile revision_id as an automatic attribute.
| * | Add the policyfile revision_id as an automatic attribute.John Bellone2016-11-011-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | /cc @coderanger @danielsdeleo We have been looking for an easy way to get this value into our error reporting application and it surprised me that it isn't already captured. If there's a better way to do this totally open for thoughts! Signed-off-by: John Bellone <jbellone@bloomberg.net>
* | | Bump version of chef to 12.18.32 by Chef Versioner.v12.18.32Chef Versioner2017-01-141-1/+1
| | |
* | | Bump version of chef to 12.18.31 by Chef Versioner.v12.18.31Chef Versioner2017-01-111-1/+1
| | |
* | | Bump version of chef to 12.18.30 by Chef Versioner.v12.18.30Chef Versioner2017-01-111-1/+1
| | |
* | | Merge pull request #5717 from chef/lcg/attr-derpLamont Granquist2017-01-111-5/+4
|\ \ \ | | | | | | | | Core: fix node attribute "unless" API methods
| * | | fix comment [ci skip]Lamont Granquist2017-01-111-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | fix node attribute "unless" API methodsLamont Granquist2017-01-111-6/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | closes #5556 corrects behavior to 12.11.x behavior which was lost in the refactor may address #5715 Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | | Bump version of chef to 12.18.29 by Chef Versioner.v12.18.29Chef Versioner2017-01-111-1/+1
|/ / /
* | | Bump version of chef to 12.18.28 by Chef Versioner.v12.18.28Chef Versioner2017-01-111-1/+1
| | |
* | | Merge pull request #4894 from chef/lcg/dnf-providerLamont Granquist2017-01-1111-28/+563
|\ \ \ | | | | | | | | DNF Provider PR #2
| * | | remove FIXMEs around cache flushinglcg/dnf-providerLamont Granquist2016-12-192-24/+7
| | | | | | | | | | | | | | | | | | | | | | | | not going to actually fix this, not worth it. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | add a commentLamont Granquist2016-12-151-0/+1
| | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | fix mysql-should-install-mariadb bugLamont Granquist2016-12-151-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | picks the correct highest version off of a list if we have more than one pkg in the list at this point. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | add some debug loggingLamont Granquist2016-12-151-1/+4
| | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | fix FIXME in define_resource_requirementsLamont Granquist2016-12-151-4/+8
| | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | add a comment about the Tao of python-vs-rubyLamont Granquist2016-12-151-0/+9
| | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | also extract out the utility classLamont Granquist2016-12-153-31/+58
| | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | review feedback plus break out helper classLamont Granquist2016-12-154-100/+136
| | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | fix chefstyleLamont Granquist2016-12-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | dunno why it suddenly got annoyed at me Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | refactor to use array indexes instead of package_namesLamont Granquist2016-12-142-34/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixes arch array support. pretty sure that my "helpfully" compacting out nils from the names and versions passed to install_package / remove_package was a design flaw now. all of the helpers i've created to translate from package_name to various arrays also assumes the package_name is a unique identifier which is what was going wrong here, and is wrong. best to just have all the arrays indexed the same. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | add allow_nils API to multipackageLamont Granquist2016-12-141-5/+14
| | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | get versions working as well as possibleLamont Granquist2016-12-132-1/+20
| | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | DRY code a bitLamont Granquist2016-12-131-21/+5
| | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | arches were legit busted, fixing add a couple testsLamont Granquist2016-12-131-2/+4
| | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | roll back :install doing upgrades or downgrades, it shouldn'tLamont Granquist2016-12-131-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dunno what i was thinking. add some more testing as well. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | fix and test :install and :upgrade source arg idempotencyLamont Granquist2016-12-131-3/+9
| | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | fix downgrades with local source using :installLamont Granquist2016-12-131-1/+4
| | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | add more tests and work around superclass firing off deprecationsLamont Granquist2016-12-131-1/+4
| | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | support source property and local installsLamont Granquist2016-12-131-5/+38
| | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | ignore kill failuresLamont Granquist2016-12-131-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | add tests and deprecation for allow_downgradeLamont Granquist2016-12-132-2/+13
| | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | flushcache property codeLamont Granquist2016-12-131-2/+20
| | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | add flush_cache and fix yum'sLamont Granquist2016-12-132-14/+37
| | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | remove old testing scriptLamont Granquist2016-12-131-22/+0
| | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | squashing dnf workLamont Granquist2016-12-139-10/+391
| | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | | Bump version of chef to 12.18.27 by Chef Versioner.v12.18.27Chef Versioner2017-01-091-1/+1
| | | |
* | | | Bump version of chef to 12.18.26 by Chef Versioner.v12.18.26Chef Versioner2017-01-091-1/+1
| | | |
* | | | Bump version of chef to 12.18.25 by Chef Versioner.v12.18.25Chef Versioner2017-01-091-1/+1
| | | |
* | | | Merge pull request #5708 from chef/update_yumTim Smith2017-01-092-4/+11
|\ \ \ \ | | | | | | | | | | yum_repository: Allow baseurl to be an array & allow fastestmirror_enabled false
| * | | | yum_repostiroy: Allow baseurl to be an array & allow fastestmirror_enabled falseupdate_yumTim Smith2017-01-052-4/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Port two fixes that were made the yum cookbook yum_repository provider. https://github.com/chef-cookbooks/yum/pull/165 https://github.com/chef-cookbooks/yum/pull/162 Signed-off-by: Tim Smith <tsmith@chef.io>