summaryrefslogtreecommitdiffstats
path: root/lib/puppet/type/package.rb
Commit message (Expand)AuthorAgeFilesLines
* Replacing TransObject usage with Puppet::ResourceLuke Kanies2008-12-181-22/+0
* Fixed debug messages in package type - thanks to Todd Zullinger for this fixJames Turnbull2008-09-121-2/+2
* Removing the validation on package sources, sinceLuke Kanies2008-02-261-8/+0
* Fixed minor documentation errorJames Turnbull2008-02-211-1/+1
* Fixed tickt #1034 - doco typoJames Turnbull2008-01-311-2/+2
* Fixed #984 - Added Debian to reponsefile docoJames Turnbull2008-01-041-1/+1
* Rewriting the tests for the package resource type, fixing #930.Luke Kanies2007-11-261-62/+7
* Removing the Id tags from all of the filesLuke Kanies2007-10-031-1/+0
* Fixing #716 -- the package type was considering anything that was not "absent...luke2007-07-191-23/+4
* Fixing the dpkg querying so that it works for packages that are in "config-fi...luke2007-07-061-1/+1
* Removing the long-obsolete Element base class. The Parameter and Type classe...luke2007-07-041-2/+0
* The other half of fixing the versionable stuff -- removing "latest" as a requ...luke2007-06-181-2/+1
* Updating the has_version work that Matt did -- the only thing he missed was t...luke2007-06-181-1/+2
* Oops; I forgot to add the base class for package providers. Also, cleaning u...luke2007-06-111-9/+9
* Finishing off the type/provider interface work, including adding package pref...luke2007-06-081-41/+6
* Significantly reworked the type => provider interface with respect toluke2007-06-041-17/+0
* Switch the package type to use a :versionable feature, and convert all provid...mpalmer2007-05-301-1/+5
* Correct a problem with the dpkg provider's handling of the :purged state, and...mpalmer2007-05-251-1/+1
* Attempting to fix the fact that the yum package provider calls [] on the ensu...luke2007-05-141-1/+3
* Fixing #607 -- parameters and properties now refer to a @resource rather than...luke2007-05-091-8/+8
* Merging of refactor-transacton to the trunk. This work removes the :is attri...ballman2007-05-091-20/+30
* Fixing the tests for the aptrpm provider.luke2007-04-301-1/+1
* Mostly done with the conversion to restructured text, but there are still som...luke2007-04-241-3/+2
* Adding provider features. Woot!luke2007-03-191-3/+24
* Fixing #487. I know use "apt-cache policy", instead of apt-cache showpkg, be...luke2007-03-191-0/+9
* Actually commit the changes to lib/puppet that were supposed to be part of [2...mpalmer2007-02-261-1/+9
* Merging the state-rename branch. This includes the diff from version 2156 to...luke2007-02-071-12/+8
* fixing #327; debian packages now correctly register their "latest" statusluke2006-11-091-1/+1
* Fixing code from [1754] -- I stupidly did not even do a parse check, and I ha...luke2006-10-091-23/+3
* Applying patch from #234 from David Schmitt. This is also untested, and the ...luke2006-10-091-0/+29
* A small fix to the install/update aspects of packaging.luke2006-09-051-28/+9
* Fixing the package type so that :ensure is always used for version specificat...luke2006-09-051-27/+34
* updating documentation for how to specify versionsluke2006-09-051-5/+5
* Removing all of the changes I made towards refactoring in the last couple of ...luke2006-09-051-1/+2
* This is the initial commit of the changes to sync and retrieve. Theluke2006-09-031-2/+1
* Merging r1468 from the implementations branch with r1438 from when the branch...luke2006-08-141-203/+45
* Fixing #185. Added a check for cdrom sources, and added an override parameter.luke2006-07-211-0/+7
* Adding Ruby Gem support to packagingluke2006-07-031-44/+4
* More documentation changes.luke2006-06-191-1/+1
* Fixing packaging to deal with the fact that yum exits with 0 exit code even w...luke2006-06-131-1/+6
* Fixing #159 -- packages now have a default value for ensure (:installed).luke2006-06-081-2/+2
* Did some work on making sure object removal actually works, thus stopping som...luke2006-05-251-21/+0
* Updating doc system to add the list of valid values to the doc string, and tw...luke2006-05-101-5/+4
* Final commit before 0.16.0luke2006-04-211-1/+5
* making corrections to pass tests on freebsdluke2006-04-211-21/+29
* Added a list class method to just about all types, and it seems to actually w...luke2006-04-201-2/+8
* Adding a "list" class method to most types, and using it in the tests for the...luke2006-04-201-2/+42
* Adding freebsd ports supportluke2006-04-201-4/+6
* Fixing a bunch of small bugs, mostly found by testing on solaris, and added a...luke2006-04-171-2/+2
* Adding darwinport type.luke2006-04-051-12/+2