summaryrefslogtreecommitdiffstats
path: root/lib/puppet/provider/package
Commit message (Expand)AuthorAgeFilesLines
* Fixing some warningsluke2006-11-101-2/+2
* fixing #327; debian packages now correctly register their "latest" statusluke2006-11-091-2/+2
* Applying patch from #319.luke2006-10-181-2/+2
* correcting warning about spaces before parensluke2006-10-161-1/+1
* Adding patch from Jeff McCune, #317luke2006-10-161-0/+101
* Fixing code from [1754] -- I stupidly did not even do a parse check, and I ha...luke2006-10-091-6/+6
* Applying patch from #234 from David Schmitt. This is also untested, and the ...luke2006-10-091-1/+14
* Adding modified patch from #256 -- apt now uses "responsefile" for the presee...luke2006-10-091-0/+17
* going through all of the other providers and making sure any reference to a s...luke2006-09-196-13/+7
* applying patch from #275. aptitude -q works fine on my testing release, but ...luke2006-09-191-1/+2
* Adding patch from #235luke2006-09-151-38/+16
* collecting output from blastlist, for later useluke2006-09-151-1/+1
* Modifying the provider base class so that it defines a method for every used ...luke2006-09-0616-225/+69
* Adding aptitude support, including a new util::package module that provides a...luke2006-09-062-3/+26
* Adding further gentoo support -- finalized portage support, plus conf and ini...luke2006-09-051-23/+19
* A small fix to the install/update aspects of packaging.luke2006-09-051-1/+5
* Fixing the package type so that :ensure is always used for version specificat...luke2006-09-059-24/+19
* Applying a patch from Jose Gonzalez Gomez; apparently this makes package upda...luke2006-09-051-1/+1
* Adding portage support again, since it was added in the branch i revertedluke2006-09-051-0/+124
* Removing all of the changes I made towards refactoring in the last couple of ...luke2006-09-051-124/+0
* Adding first version of the portage provider, as contributed by Jose Gonzalez...luke2006-09-041-0/+124
* batch of small bug fixesluke2006-09-021-1/+1
* Modifying providers so that docs generate betterluke2006-08-285-30/+23
* Adding up2date support, as submitted by Kostas Georgiou (with some modificati...luke2006-08-232-3/+60
* Merging r1468 from the implementations branch with r1438 from when the branch...luke2006-08-1413-0/+1256