summaryrefslogtreecommitdiffstats
path: root/lib/puppet/provider/package/yum.rb
Commit message (Expand)AuthorAgeFilesLines
* (#2866) yum should support downgrade.Dan Bode2010-11-231-1/+8
* Updated all types to Markdown outputJames Turnbull2010-08-111-1/+1
* Code smell: Two space indentationMarkus Roberts2010-07-091-89/+89
* Code smell: Line modifiers are preferred to one-line blocks.Markus Roberts2010-07-091-12/+4
* Code smell: Use string interpolationMarkus Roberts2010-07-091-2/+2
* Code smell: Inconsistent indentation and related formatting issuesMarkus Roberts2010-07-091-27/+27
* Removed extra whitespace from end of linesIan Taylor2009-06-061-2/+2
* Removed extra 'end' from yum.rbJames Turnbull2008-11-141-1/+0
* Fixed #1739 - Added uninstall functionality to yum providerJames Turnbull2008-11-131-0/+5
* lazy load latest package definitions with yumhelper 2.2duritong2008-10-101-17/+24
* Removing the Id tags from all of the filesLuke Kanies2007-10-031-1/+0
* Use external helper script to talk to yum; should avoid any more trouble with...David Lutterkort2007-10-021-13/+45
* Fix #696. (patch by Jason Kohles)lutter2007-07-191-1/+1
* Guard the rpm command suitability confine better so we hopefully stop seeing ...(no author)2007-07-161-0/+10
* 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
* Fixing the yum provider, and fixing the unit tests so the failures people wer...luke2007-06-171-2/+2
* 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-4/+3
* Fixing the "is" related problems in yum and rpm support, but there are still ...luke2007-05-141-1/+4
* Attempting to fix the fact that the yum package provider calls [] on the ensu...luke2007-05-141-1/+1
* Fixing #605 -- providers now refer to @resource or @resource_type.luke2007-05-091-7/+7
* 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-271-1/+1
* making yum the default packager for centosluke2007-01-241-1/+1
* 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
* I have not yet finished testing, but most of the providers now successfully p...luke2006-12-281-2/+2
* Modifying the provider base class so that it defines a method for every used ...luke2006-09-061-15/+3
* Fixing the package type so that :ensure is always used for version specificat...luke2006-09-051-1/+1
* Merging r1468 from the implementations branch with r1438 from when the branch...luke2006-08-141-0/+53