dpkg.rb
Path:
lib/puppet/provider/package/dpkg.rb
Last Update:
Wed Dec 09 12:54:29 -0800 2009
Required files
puppet/provider/package
Methods
install
instances
latest
parse_line
purge
query
uninstall
update
Constants
REGEX
=
%r{^(\S+) +(\S+) +(\S+) (\S+) (\S*)$}
FIELDS
=
[:desired, :error, :status, :name, :ensure]
Public Class methods
instances
()
parse_line
(line)
Public Instance methods
install
()
latest
()
Return the version from the package.
purge
()
query
()
uninstall
()
update
()
[Validate]