Class Chef::Provider::Package::Yum::YumCache
In: lib/chef/provider/package/yum.rb
Parent: Object

Cache for our installed and available packages, pulled in from yum-dump.py

Methods

Included Modules

Chef::Mixin::Command Singleton

Public Class methods

Public Instance methods

candidate_version(package_name, arch=nil)

Alias for available_version

Check for package by name or name+arch

Returns a array of packages satisfying an RPMDependency

Cache management

[Validate]