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

Simple storage for RPMPackage objects - keeps them unique and sorted

Methods

Public Class methods

Public Instance methods

length()

Alias for size

Lookup package_name and return a descending array of package objects

Using the package name as a key, and nevra for an index, keep a unique list of packages. The available/installed state can be overwritten for existing packages.

[Validate]