summaryrefslogtreecommitdiffstats
path: root/lib/puppet/provider/package/openbsd.rb
Commit message (Expand)AuthorAgeFilesLines
* Reimplementation of functionality removed by prior commitMarkus Roberts2010-11-101-1/+9
* Refactor for CLAMarkus Roberts2010-11-101-13/+1
* Updated all types to Markdown outputJames Turnbull2010-08-111-1/+1
* Code smell: Two space indentationMarkus Roberts2010-07-091-99/+99
* Code smell: Avoid needless decorationsMarkus Roberts2010-07-091-3/+3
* Code smell: Avoid unneeded blocksMarkus Roberts2010-07-091-3/+1
* Code smell: Avoid explicit returnsMarkus Roberts2010-07-091-1/+1
* Code smell: Line modifiers are preferred to one-line blocks.Markus Roberts2010-07-091-3/+1
* Code smell: Use string interpolationMarkus Roberts2010-07-091-1/+1
* Code smell: Inconsistent indentation and related formatting issuesMarkus Roberts2010-07-091-6/+6
* [#2370] Allow OpenBSD to add packages with versions and flavorsMatt Robinson2010-07-061-9/+38
* Pass source to pkg_add via the PKG_PATH environment variable ifRyan McBride2008-03-251-1/+9
* Applying patch by Ryan McBride to fix OpenBSD packageLuke Kanies2008-03-231-1/+1
* Fixed #1001James Turnbull2008-01-281-1/+1
* Fixing #941 -- calling pkg_info instead of infoLuke Kanies2007-12-101-1/+1
* Removing the Id tags from all of the filesLuke Kanies2007-10-031-1/+0
* The last set of bug-fixes before the next release. This commit just fixes a ...luke2007-08-071-1/+1
* Finishing off the type/provider interface work, including adding package pref...luke2007-06-081-1/+3
* Significantly reworked the type => provider interface with respect toluke2007-06-041-9/+2
* Switch the package type to use a :versionable feature, and convert all provid...mpalmer2007-05-301-4/+0
* Mark all package providers that don't currently report themselves as being ve...mpalmer2007-05-301-0/+4
* Fixing #605 -- providers now refer to @resource or @resource_type.luke2007-05-091-6/+6
* I have not yet finished testing, but most of the providers now successfully p...luke2006-12-281-1/+2
* going through all of the other providers and making sure any reference to a s...luke2006-09-191-1/+1
* Modifying the provider base class so that it defines a method for every used ...luke2006-09-061-20/+4
* Fixing the package type so that :ensure is always used for version specificat...luke2006-09-051-4/+2
* Merging r1468 from the implementations branch with r1438 from when the branch...luke2006-08-141-0/+110