summaryrefslogtreecommitdiffstats
path: root/lib/puppet/provider/package/aptrpm.rb
Commit message (Expand)AuthorAgeFilesLines
* Updated all types to Markdown outputJames Turnbull2010-08-111-1/+1
* Code smell: Two space indentationMarkus Roberts2010-07-091-70/+70
* Code smell: Line modifiers are preferred to one-line blocks.Markus Roberts2010-07-091-3/+1
* Code smell: Use string interpolationMarkus Roberts2010-07-091-2/+2
* Code smell: Inconsistent indentation and related formatting issuesMarkus Roberts2010-07-091-6/+6
* Removed extra whitespace from end of linesIan Taylor2009-06-061-1/+1
* Removing the Id tags from all of the filesLuke Kanies2007-10-031-1/+0
* Guard the rpm command suitability confine better so we hopefully stop seeing ...(no author)2007-07-161-8/+9
* Applying patch from #714 -- aptrpm now loads on RHELluke2007-07-121-3/+3
* Ignore the pkg directory if it exists, and fix up a couple of tests that were...(no author)2007-07-091-0/+9
* 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-4/+2
* Fixing #605 -- providers now refer to @resource or @resource_type.luke2007-05-091-5/+5
* Adding support for aptrpm from #227 as added by Ian Burrell, the rest of the ...luke2007-04-191-0/+79