summaryrefslogtreecommitdiffstats
path: root/lib/puppet/provider/package
Commit message (Expand)AuthorAgeFilesLines
...
* Adding "rug" package provider from #609luke2007-04-301-0/+53
* Enhancing the docs a bit for the apple package provider.luke2007-04-201-1/+3
* Adding support for aptrpm from #227 as added by Ian Burrell, the rest of the ...luke2007-04-191-0/+79
* Changing gems to automatically include dependenciesluke2007-03-271-0/+3
* Another round of bug-fixes, prompted by test logs from David Schmittluke2007-03-192-3/+3
* Following Russ Allbery's advice and using the Candidate field in the apt-cach...luke2007-03-191-1/+1
* Fixing #487. I know use "apt-cache policy", instead of apt-cache showpkg, be...luke2007-03-191-24/+5
* Getting rid of a warning in the rpm providerluke2007-03-181-1/+1
* Applying patch by cstorey from #521luke2007-02-271-3/+16
* Make up2date the default for RHEL <= 4, and confine it to RHEL; make yum the ...lutter2007-02-272-2/+4
* Actually commit the changes to lib/puppet that were supposed to be part of [2...mpalmer2007-02-263-8/+16
* Applying patch from #495.luke2007-02-201-14/+14
* Applying patch from #510 by curzonj. Note that the right solution to this pr...luke2007-02-171-4/+4
* Applying patch by Jeff McCune from #496luke2007-02-121-26/+20
* Merging the state-rename branch. This includes the diff from version 2156 to...luke2007-02-071-2/+0
* Revert 2125, and instead change the way the 'latest' version is selected from...mpalmer2007-01-311-3/+4
* Applying patch from #457, as submitted by Jeff McCune.luke2007-01-251-23/+47
* making yum the default packager for centosluke2007-01-241-1/+1
* Make rpm operations much faster by suppressing unneeded verificationlutter2007-01-221-2/+2
* Make the version string optional in the dpkg-query output parsing regex (Fixe...mpalmer2007-01-121-2/+2
* Fixing a few testing bugs that have crept in, and fixing a self-reference pro...luke2007-01-051-1/+4
* Don't rely on the type to store the actual NVR of the package; breaks in the ...lutter2007-01-051-3/+10
* Throwing warnings instead of exceptions when dpkg-query produces info we cann...luke2007-01-041-3/+5
* Fix yum update breakage - query should not change the name the user gave us; ...lutter2007-01-031-9/+9
* Tone down the debug spewage from yumlutter2007-01-031-2/+2
* The package name must match at the beginning of a line; otherwise we might ge...lutter2007-01-031-2/+2
* Fix trac #354, and some other oddities around installing multiple versions of...lutter2007-01-021-4/+12
* Fixing #396. Using the provider command instead of a direct exec, which auto...luke2007-01-021-17/+26
* A couple of small fixes to pass existing tests.luke2007-01-011-0/+1
* Fixing some failing tests on fedora.luke2007-01-011-1/+1
* Applying patch by rainhead from #392.luke2006-12-301-5/+5
* Looks like providers work again on Solaris.luke2006-12-282-3/+4
* I have not yet finished testing, but most of the providers now successfully p...luke2006-12-2814-67/+77
* Applying patch from #384, by jgonzalezluke2006-12-191-7/+6
* Fixing #372 and #374. All is not perfect, since OS X still cannot set UID, b...luke2006-12-193-11/+12
* Reworking the package tests. Now providers are tested individuallyluke2006-12-143-4/+20
* Never default to rpm provider; use up2date on RedHat. This also works on RHEL...lutter2006-12-132-1/+1
* 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