summaryrefslogtreecommitdiffstats
path: root/lib/puppet/provider/package/aptitude.rb
Commit message (Expand)AuthorAgeFilesLines
* Removing the Id tags from all of the filesLuke Kanies2007-10-031-1/+0
* Fixing my stupid fix of Matt's work. I conflated :versionable and :upgradeab...luke2007-06-181-0/+2
* Updating the has_version work that Matt did -- the only thing he missed was t...luke2007-06-181-2/+0
* Finishing off the type/provider interface work, including adding package pref...luke2007-06-081-1/+1
* Switch the package type to use a :versionable feature, and convert all provid...mpalmer2007-05-301-0/+2
* Fixing #605 -- providers now refer to @resource or @resource_type.luke2007-05-091-1/+1
* Another round of bug-fixes, prompted by test logs from David Schmittluke2007-03-191-2/+2
* Actually commit the changes to lib/puppet that were supposed to be part of [2...mpalmer2007-02-261-1/+5
* A couple of small fixes to pass existing tests.luke2007-01-011-0/+1
* I have not yet finished testing, but most of the providers now successfully p...luke2006-12-281-3/+6
* Reworking the package tests. Now providers are tested individuallyluke2006-12-141-1/+8
* applying patch from #275. aptitude -q works fine on my testing release, but ...luke2006-09-191-1/+2
* Modifying the provider base class so that it defines a method for every used ...luke2006-09-061-2/+2
* Adding aptitude support, including a new util::package module that provides a...luke2006-09-061-0/+14