summaryrefslogtreecommitdiffstats
path: root/lib/puppet/provider/package
Commit message (Expand)AuthorAgeFilesLines
* 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 ports documentation errorJames Turnbull2008-03-201-2/+1
* Applies patches from #1111 and #1112James Turnbull2008-03-051-4/+4
* Trac #1038: not a fix, just an attempt at improving the situation.David Lutterkort2008-02-251-6/+8
* Somewhat refactored fileserving so that it no longer cachesLuke Kanies2008-02-231-1/+5
* Fixed Ticket 1009 - problem with plist xml parser. We do not need the plist ...Jeffrey J McCune2008-02-171-5/+2
* Changing portage to use Puppet::Error instead of Puppet::PackageError,Luke Kanies2008-02-131-4/+4
* Fixed #992 -- Puppet is now compatible with gems 1.0.1.Luke Kanies2008-02-131-4/+4
* Fixed #1001James Turnbull2008-01-281-1/+1
* Removing the line that marked fink as the default packageLuke Kanies2008-01-191-2/+0
* Fixed ticket #979 - pkgdmg.rb documentationJames Turnbull2008-01-011-3/+1
* Uninstalling packages through 'ensure => absent' works again for the rpm and ...David Lutterkort2007-12-171-5/+13
* Removing the recently-commited paludis provider,Luke Kanies2007-12-111-106/+0
* Applying patch for portage package support from thansenLuke Kanies2007-12-111-4/+4
* Adding paludis package support as provided by KillerFoxLuke Kanies2007-12-111-0/+106
* Fixing #941 -- calling pkg_info instead of infoLuke Kanies2007-12-101-1/+1
* Fixing the markup on the pkgdmg provider so it is a bit betterLuke Kanies2007-11-281-4/+4
* Applying patch by trombik from #756.Luke Kanies2007-11-251-3/+1
* Hopefully fixing #698 -- fixing the markup for the pkgdmg package providerLuke Kanies2007-11-231-9/+9
* Fixed #819. Applied patch provided by matsuu.Michael V. O'Brien2007-10-081-2/+2
* Fixed #838. Applied patch provided by DavidS to add more robustMichael V. O'Brien2007-10-041-0/+9
* Fixed #855, but I didn't add any tests.Michael V. O'Brien2007-10-041-2/+0
* Removing the Id tags from all of the filesLuke Kanies2007-10-0321-21/+0
* Use external helper script to talk to yum; should avoid any more trouble with...David Lutterkort2007-10-023-57/+113
* Fixed hdiutil syntax for ticket 812Jeffrey J McCune2007-09-101-1/+1
* The last set of bug-fixes before the next release. This commit just fixes a ...luke2007-08-074-6/+4
* Fix #696. (patch by Jason Kohles)lutter2007-07-191-1/+1
* Applying patch by DavidS to fix #711.luke2007-07-182-2/+8
* Guard the rpm command suitability confine better so we hopefully stop seeing ...(no author)2007-07-164-16/+38
* Adding rpm as a specific command to :rugluke2007-07-131-0/+1
* 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-092-0/+18
* Applying patch by DavidS from #697 to allow host names to be double quotedluke2007-07-081-3/+5
* Fixing the dpkg querying so that it works for packages that are in "config-fi...luke2007-07-061-2/+6
* Fixed #680 puppet should handle internet enabled image files correctly.mccune2007-07-051-1/+1
* Removing the long-obsolete Element base class. The Parameter and Type classe...luke2007-07-041-1/+0
* Added documentation for pkgdmg provider in the provider desc accessor as per ...mccune2007-06-181-7/+79
* Fixing my stupid fix of Matt's work. I conflated :versionable and :upgradeab...luke2007-06-188-0/+16
* Adding fink package provider.luke2007-06-181-0/+87
* Updating the has_version work that Matt did -- the only thing he missed was t...luke2007-06-189-16/+6
* Applying patch by trombik to fix #628.luke2007-06-181-1/+1
* Applying patch by trombik from #624.luke2007-06-181-1/+2
* fixing the appdmg provider to load the package provider base class, and tryin...luke2007-06-181-0/+1
* Adding appdmg package provider from #641.luke2007-06-181-0/+117
* Fixing the yum provider, and fixing the unit tests so the failures people wer...luke2007-06-172-8/+6
* Fixing (hopefully) the last two providers that had "resource.is" callsluke2007-06-142-2/+2
* Fixing sun package providerluke2007-06-141-1/+1
* Applying patch from #666 by Rainhead and monachusluke2007-06-131-1/+7
* Adding (slightly modified) urpmi support from #592 by Devinluke2007-06-081-0/+51