summaryrefslogtreecommitdiffstats
path: root/lib/puppet/provider.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix for #4299 -- Don't require whichMarkus Roberts2010-11-121-2/+2
* Further RST to Markdown fixes for types, values, testsJames Turnbull2010-08-121-3/+3
* Code smell: Two space indentationMarkus Roberts2010-07-091-226/+226
* Code smell: Avoid needless decorationsMarkus Roberts2010-07-091-2/+2
* Code smell: Don't restate results directly after assignmentMarkus Roberts2010-07-091-1/+0
* Code smell: Use ||= for conditional initializationMarkus Roberts2010-07-091-1/+1
* Code smell: Avoid explicit returnsMarkus Roberts2010-07-091-2/+2
* Code smell: Booleans are first class values.Markus Roberts2010-07-091-5/+1
* Code smell: Line modifiers are preferred to one-line blocks.Markus Roberts2010-07-091-9/+3
* Code smell: Use string interpolationMarkus Roberts2010-07-091-8/+8
* Code smell: Inconsistent indentation and related formatting issuesMarkus Roberts2010-07-091-6/+5
* {#3866] Rename the method metaclass to singleton_class to avoid the deprecati...Matt Robinson2010-02-171-1/+1
* Fixing #2403 - provider specificity is richer and betterLuke Kanies2009-07-241-2/+2
* Removed extra whitespace from end of linesIan Taylor2009-06-061-2/+2
* Fixing all of the test/ tests I broke in previous dev.Luke Kanies2008-12-181-1/+1
* Moving all confine code out of the Provider class, and fixing #1197.Luke Kanies2008-05-151-36/+7
* Switching the Provider class to use the new Confiner class.Luke Kanies2008-05-151-68/+11
* Rewriting the tests for the package resource type, fixing #930.Luke Kanies2007-11-261-0/+5
* Fixing the 'mount' tests so that they no longerLuke Kanies2007-11-081-10/+10
* Removing the Id tags from all of the filesLuke Kanies2007-10-031-1/+0
* The last set of bug-fixes before the next release. This commit just fixes a ...luke2007-08-071-1/+1
* Fixing #749 -- environment settings no longer accumulate. Significantly addi...luke2007-08-061-1/+3
* Trying to load ruby gems, in case needed libraries are installed that way, an...luke2007-06-151-1/+1
* A few small fixes here and there, and the rest of the zones commitluke2007-06-141-0/+1
* Finishing off the type/provider interface work, including adding package pref...luke2007-06-081-0/+5
* Significantly reworked the type => provider interface with respect toluke2007-06-041-7/+31
* Adding a "source" attribute to providers, so eventually types will be able to...luke2007-06-041-0/+14
* Fixing #605 -- providers now refer to @resource or @resource_type.luke2007-05-091-22/+30
* Intermediate commit of more reference work, including making provider suitabl...luke2007-05-081-7/+26
* Adding a "supports_parameter?" method to test whether a given provider suppor...luke2007-05-011-0/+18
* Adding purge => true to downloading of facts and plugins, and removing some e...luke2007-04-301-1/+0
* Apparently I messed up providers a bit; binaries were not having their full p...luke2007-04-271-0/+2
* Closing #585 -- providers can now have optional commands, which only differ f...luke2007-04-271-35/+56
* Hopefully the last batch of commits before I release 0.22.2. Mostly just get...luke2007-03-191-2/+6
* Adding a "has_feature" method, so a provider can just declare that it has a g...luke2007-03-191-1/+12
* Adding provider features. Woot!luke2007-03-191-0/+8
* Significantly reworking the internals of the fileparsing code. It nowluke2007-03-141-0/+17
* Fixing #372 and #374. All is not perfect, since OS X still cannot set UID, b...luke2006-12-191-8/+11
* Mounts work again, at least with the parsedfile provider. I still need to cr...luke2006-11-121-1/+5
* Merging the code over from the oscar branch. I will now be doing all develop...luke2006-11-081-2/+4
* Fixing some Class.to_s handlingluke2006-10-201-0/+1
* Another round of bug-fixes in preparation for 0.20.0luke2006-10-181-2/+6
* Ported mount over to using providersluke2006-10-171-0/+11
* Fixing provider commands and Util#execute so they always include the command ...luke2006-09-191-11/+3
* Adding testing for the default? method, and fixing it to support arrays and r...luke2006-09-151-6/+11
* Adding test code for providers that makes sure the default and confine mechan...luke2006-09-131-22/+34
* Fixing #261. Applied patch, with small modifications.luke2006-09-131-1/+6
* Modifying the provider base class so that it defines a method for every used ...luke2006-09-061-0/+18
* Removing all of the changes I made towards refactoring in the last couple of ...luke2006-09-051-5/+2
* Beginning the process of moving parsedtypes to a provider. Each parsedluke2006-09-031-2/+5