summaryrefslogtreecommitdiffstats
path: root/lib/puppet/provider/package/rug.rb
Commit message (Expand)AuthorAgeFilesLines
* Updated all types to Markdown outputJames Turnbull2010-08-111-1/+1
* Code smell: Two space indentationMarkus Roberts2010-07-091-46/+46
* Code smell: Use string interpolationMarkus Roberts2010-07-091-2/+2
* Fix for #2900 (rug output parsing too specific)Markus Roberts2009-12-121-1/+1
* Ticket #2665: Regexp exception on ++ in package namesMarkus Roberts2009-10-251-1/+1
* Deprecating 'Puppet.type'; replacing all instances with Puppet::Type.typeLuke Kanies2008-12-181-1/+1
* Fixed #1620 - Add 'sles' to Puppet confines when 'suse' is usedJames Turnbull2008-10-011-2/+2
* Adding rpm as a specific command to :rugluke2007-07-131-0/+1
* Fixing my stupid fix of Matt's work. I conflated :versionable and :upgradeab...luke2007-06-181-0/+2
* Updating the has_version work that Matt did -- the only thing he missed was t...luke2007-06-181-2/+0
* Fixing (hopefully) the last two providers that had "resource.is" callsluke2007-06-141-1/+1
* Switch the package type to use a :versionable feature, and convert all provid...mpalmer2007-05-301-4/+2
* Fixing #605 -- providers now refer to @resource or @resource_type.luke2007-05-091-4/+4
* Adding "rug" package provider from #609luke2007-04-301-0/+53