summaryrefslogtreecommitdiffstats
path: root/lib/puppet/provider/package/dpkg.rb
Commit message (Expand)AuthorAgeFilesLines
* Updated all types to Markdown outputJames Turnbull2010-08-111-2/+2
* Code smell: Two space indentationMarkus Roberts2010-07-091-121/+121
* Code smell: Avoid explicit returnsMarkus Roberts2010-07-091-3/+3
* Code smell: Line modifiers are preferred to one-line blocks.Markus Roberts2010-07-091-6/+2
* Code smell: Use string interpolationMarkus Roberts2010-07-091-4/+4
* Code smell: Inconsistent indentation and related formatting issuesMarkus Roberts2010-07-091-6/+7
* Fixes #2836. Add hold support to dpkg providerNigel Kersten2010-02-171-1/+30
* Fix #3167 Duplicate constant warnings in dpkg.rbJesse Wolfe2010-02-171-4/+4
* Ticket #2665: Regexp exception on ++ in package namesMarkus Roberts2009-10-251-1/+1
* Removed extra whitespace from end of linesIan Taylor2009-06-061-2/+2
* Migrating the apt and dpkg tests to rspec.Luke Kanies2008-10-021-50/+32
* Fixing #1447 -- Replacing Puppet::PackageError with Puppet::Error.Luke Kanies2008-08-121-1/+1
* Adds support for keepconfig for the dpkg provider fixes #234James Turnbull2008-06-151-1/+16
* Fixed #838. Applied patch provided by DavidS to add more robustMichael V. O'Brien2007-10-041-0/+9
* Removing the Id tags from all of the filesLuke Kanies2007-10-031-1/+0
* The last set of bug-fixes before the next release. This commit just fixes a ...luke2007-08-071-1/+1
* Applying patch by DavidS to fix #711.luke2007-07-181-2/+6
* Fixing the dpkg querying so that it works for packages that are in "config-fi...luke2007-07-061-2/+6
* Updating the has_version work that Matt did -- the only thing he missed was t...luke2007-06-181-0/+6
* Finishing off the type/provider interface work, including adding package pref...luke2007-06-081-2/+4
* Significantly reworked the type => provider interface with respect toluke2007-06-041-2/+2
* Switch the package type to use a :versionable feature, and convert all provid...mpalmer2007-05-301-4/+0
* Mark all package providers that don't currently report themselves as being ve...mpalmer2007-05-301-0/+4
* Correct a problem with the dpkg provider's handling of the :purged state, and...mpalmer2007-05-251-1/+1
* Fixing #605 -- providers now refer to @resource or @resource_type.luke2007-05-091-6/+6
* Actually commit the changes to lib/puppet that were supposed to be part of [2...mpalmer2007-02-261-0/+4
* Make the version string optional in the dpkg-query output parsing regex (Fixe...mpalmer2007-01-121-2/+2
* Throwing warnings instead of exceptions when dpkg-query produces info we cann...luke2007-01-041-3/+5
* Fixing #396. Using the provider command instead of a direct exec, which auto...luke2007-01-021-17/+26
* I have not yet finished testing, but most of the providers now successfully p...luke2006-12-281-1/+1
* Reworking the package tests. Now providers are tested individuallyluke2006-12-141-2/+11
* Adding patch from #235luke2006-09-151-38/+16
* Modifying the provider base class so that it defines a method for every used ...luke2006-09-061-6/+1
* Fixing the package type so that :ensure is always used for version specificat...luke2006-09-051-6/+5
* Modifying providers so that docs generate betterluke2006-08-281-6/+4
* Merging r1468 from the implementations branch with r1438 from when the branch...luke2006-08-141-0/+115