summaryrefslogtreecommitdiffstats
path: root/lib/puppet/provider/package/up2date.rb
Commit message (Expand)AuthorAgeFilesLines
* Updated all types to Markdown outputJames Turnbull2010-08-111-1/+1
* Code smell: Two space indentationMarkus Roberts2010-07-091-31/+31
* Code smell: Use string interpolationMarkus Roberts2010-07-091-1/+1
* Code smell: Inconsistent indentation and related formatting issuesMarkus Roberts2010-07-091-1/+1
* Ticket #2665: Regexp exception on ++ in package namesMarkus Roberts2009-10-251-1/+1
* Merge branch '0.24.x'Luke Kanies2009-02-141-1/+1
|\
| * Fixing a syntax error in the up2date providerLuke Kanies2009-02-141-1/+1
* | Merge branch '0.24.x'Luke Kanies2009-02-131-2/+4
|\|
| * Updated up2date and service confines to add support for Oracle EL and VMJames Turnbull2009-02-131-2/+4
* | Deprecating 'Puppet.type'; replacing all instances with Puppet::Type.typeLuke Kanies2008-12-181-1/+1
|/
* Removing the Id tags from all of the filesLuke Kanies2007-10-031-1/+0
* Fixing (hopefully) the last two providers that had "resource.is" callsluke2007-06-141-1/+1
* Finishing off the type/provider interface work, including adding package pref...luke2007-06-081-1/+1
* Changing --show-available to --showall, as requisted by Jeremy Dreese on the ...luke2007-05-311-1/+1
* Switch the package type to use a :versionable feature, and convert all provid...mpalmer2007-05-301-4/+0
* Fixing up2date name matching, as mentioned by Jeremy Dreese on the listluke2007-05-301-1/+1
* Fixing #605 -- providers now refer to @resource or @resource_type.luke2007-05-091-3/+3
* Make up2date the default for RHEL <= 4, and confine it to RHEL; make yum the ...lutter2007-02-271-1/+3
* Merging the state-rename branch. This includes the diff from version 2156 to...luke2007-02-071-2/+0
* I have not yet finished testing, but most of the providers now successfully p...luke2006-12-281-2/+1
* Never default to rpm provider; use up2date on RedHat. This also works on RHEL...lutter2006-12-131-0/+1
* 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-14/+3
* Fixing the package type so that :ensure is always used for version specificat...luke2006-09-051-1/+1
* Adding up2date support, as submitted by Kostas Georgiou (with some modificati...luke2006-08-231-0/+56