chef
https://github.com/opscode/chef
Ruby
A systems integration framework, built to bring the benefits of configuration management to your entire infrastructure.
Chef::Provider::Package::Yum#action_upgrade
Keep upgrades from trying to install an older candidate version. Can happen when a new version is installed then removed from a repository, now the older available version shows up as a viable install candidate. Can be done in upgrade_package but an upgraded from->to log message slips out Hacky - better overall solution? Custom compare in Package provider?
Edit
git clone [email protected]:opscode/chef.git
cd chef
open lib/chef/provider/package/yum.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-Chef--Provider--Package--Yum-action_upgrade-for-pr
# Commit to gitgit add lib/chef/provider/package/yum.rbgit commit -m "better docs for Chef::Provider::Package::Yum#action_upgrade"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-Chef--Provider--Package--Yum-action_upgrade-for-pr
hub pull-request
# Celebrate!