summaryrefslogtreecommitdiffstats
path: root/lib/puppet/provider/package/ports.rb
Commit message (Expand)AuthorAgeFilesLines
* Code smell: Two space indentationMarkus Roberts2010-07-091-71/+71
* Code smell: Avoid needless decorationsMarkus Roberts2010-07-091-1/+1
* Code smell: Avoid explicit returnsMarkus Roberts2010-07-091-2/+2
* Code smell: Line modifiers are preferred to one-line blocks.Markus Roberts2010-07-091-3/+1
* Code smell: Use string interpolationMarkus Roberts2010-07-091-4/+4
* Code smell: Inconsistent indentation and related formatting issuesMarkus Roberts2010-07-091-3/+3
* Removed extra whitespace from end of linesIan Taylor2009-06-061-1/+1
* Fixing #1447 -- Replacing Puppet::PackageError with Puppet::Error.Luke Kanies2008-08-121-3/+3
* Pushed patch for ticket #1191 - adding globbing support to ports providerJames Turnbull2008-04-191-1/+6
* Fixed ports documentation errorJames Turnbull2008-03-201-2/+1
* Applying patch by trombik from #756.Luke Kanies2007-11-251-3/+1
* Removing the Id tags from all of the filesLuke Kanies2007-10-031-1/+0
* Applying patch by trombik to fix #628.luke2007-06-181-1/+1
* Applying patch by trombik from #624.luke2007-06-181-1/+2
* Finishing off the type/provider interface work, including adding package pref...luke2007-06-081-7/+7
* Switch the package type to use a :versionable feature, and convert all provid...mpalmer2007-05-301-0/+1
* Fixing #605 -- providers now refer to @resource or @resource_type.luke2007-05-091-5/+5
* I have not yet finished testing, but most of the providers now successfully p...luke2006-12-281-4/+4
* Modifying the provider base class so that it defines a method for every used ...luke2006-09-061-21/+11
* 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/+104