summaryrefslogtreecommitdiffstats
path: root/lib/puppet/provider/package
Commit message (Expand)AuthorAgeFilesLines
* Fixed #5684 - Move to Apache 2.0 licenseJames Turnbull2011-04-111-17/+0
* maint: delete dead darwinport package providerDaniel Pittman2011-04-081-86/+0
* Merge branch '2.6.x' into nextMax Martin2011-04-071-2/+2
|\
| * Fixed #3127 - removed legacy debug codeJames Turnbull2011-04-051-1/+0
| * Fixed #3127 - Fixed gem selection regexJames Turnbull2011-04-041-2/+3
* | (#6527) Fix uninstall problem and refactorMatt Robinson2011-03-221-12/+6
* | (#6527) Added pip package provider.Richard Crowley2011-03-221-0/+115
* | Merge branch '2.6.x' into nextMatt Robinson2011-02-021-2/+2
|\|
| * Feature #5855 -- fix withenv call in freebsd package providerfredrik-eriksson2011-01-261-2/+2
* | (#2866) yum should support downgrade.Dan Bode2010-11-231-1/+8
|/
* Reimplementation of functionality removed by prior commitMarkus Roberts2010-11-101-1/+9
* Refactor for CLAMarkus Roberts2010-11-101-13/+1
* Reversion of 021d534482dd8edb863cb77d668ac3525362a0a6Markus Roberts2010-10-051-2/+1
* Fixed #3707 - rpm, like dpkg-query exits 1 if the package is not installed. ...James Turnbull2010-09-231-1/+2
* Skip apt-listbugs and apt-listchanges when installing from puppetDean Wilson2010-09-041-0/+4
* Updated all types to Markdown outputJames Turnbull2010-08-1116-18/+18
* Fixes errant Trac references in documentationJames Turnbull2010-07-151-1/+1
* Code smell: Two space indentationMarkus Roberts2010-07-0928-2078/+2078
* Code smell: Avoid needless decorationsMarkus Roberts2010-07-096-12/+12
* Code smell: Avoid unneeded blocksMarkus Roberts2010-07-092-6/+2
* Code smell: Avoid explicit returnsMarkus Roberts2010-07-0915-26/+26
* Code smell: Booleans are first class values.Markus Roberts2010-07-093-15/+3
* Code smell: Line modifiers are preferred to one-line blocks.Markus Roberts2010-07-0919-117/+39
* Code smell: Use string interpolationMarkus Roberts2010-07-0921-58/+58
* Code smell: English names for special globals rather than line-noiseMarkus Roberts2010-07-091-1/+1
* Code smell: Use {} for % notation delimiters wherever practicalMarkus Roberts2010-07-091-2/+2
* Code smell: Inconsistent indentation and related formatting issuesMarkus Roberts2010-07-0921-335/+338
* [#4198] Require 'fileutils' everywhere FileUtils is usedJesse Wolfe2010-07-091-0/+1
* [#2370] Allow OpenBSD to add packages with versions and flavorsMatt Robinson2010-07-061-9/+38
* [#3802] Replace rug with zypperMatt Robinson2010-02-171-4/+4
* Fixed unsupported perlstyle regex and few other minor bugsRoss West2010-02-171-26/+42
* Signed-off-by: Ross West <westr@connection.ca>Ross West2010-02-171-202/+185
* Signed-off-by: Ross West <westr@connection.ca>Ross West2010-02-171-0/+252
* Fixes #1999 - Allows the 'apt' provider to downgrade packages.Paul Lathrop2010-02-171-1/+2
* Added support for flat packages in the pkgdmg package provider.Roy Nielsen2010-02-171-21/+28
* Fixes #2836. Add hold support to dpkg providerNigel Kersten2010-02-171-1/+30
* Fixes #1223 Add Zypper support for SuSE machinesRein Henrichs2010-02-171-0/+52
* Fixed #3655 - Puppet doesn't find installed packages with portage providerJames Turnbull2010-02-171-2/+2
* Fail gracefully on packages that don't have the HOMEPAGE variable set (e.g. d...Gábor Vészi2010-02-171-1/+1
* Fixing a warning in the aix package providerLuke Kanies2010-04-121-1/+1
* Resolving conflicts with ???Markus Roberts2010-02-171-1/+1
* Add AIX package management support (installp&nim)Andrew Forgue2010-02-172-0/+173
* Fix #3167 Duplicate constant warnings in dpkg.rbJesse Wolfe2010-02-172-8/+8
* Merge branch '0.25.x'Markus Roberts2010-02-091-2/+2
|\
| * Fix for #3093 (also need to be able to call pkgget_with_cat on class)Markus Roberts2010-01-221-2/+2
* | First shot at the OpenSolaris pkg(5) providerMartin Englund2010-01-271-0/+114
|/
* Fix for #2999 (absent package handling on solaris)Markus Roberts2010-01-051-0/+1
* Fix for #2940 (propogating nil rather than reporting the error)Markus Roberts2009-12-231-3/+4
* Fix for #887 (safely setting pager to cat for blastwave)Markus Roberts2009-12-151-6/+7
* Fix for #2900 (rug output parsing too specific)Markus Roberts2009-12-121-1/+1