dpkg.rb

Path: lib/puppet/provider/package/dpkg.rb
Last Update: Fri Aug 03 10:17:44 +0000 2012

Required files

puppet/provider/package  

Methods

hold   install   instances   latest   parse_line   purge   query   unhold   uninstall   update  

Constants

REGEX = %r{^(\S+) +(\S+) +(\S+) (\S+) (\S*)$}
FIELDS = [:desired, :error, :status, :name, :ensure]

Public Class methods

Public Instance methods

Return the version from the package.

[Validate]