summaryrefslogtreecommitdiffstats
path: root/lib/puppet/util/provider_features.rb
Commit message (Expand)AuthorAgeFilesLines
* Updated reference output to generate valid MarkdownJames Turnbull2010-08-111-2/+2
* Code smell: Two space indentationMarkus Roberts2010-07-091-147/+147
* Code smell: Avoid explicit returnsMarkus Roberts2010-07-091-1/+1
* Code smell: Booleans are first class values.Markus Roberts2010-07-091-10/+2
* Code smell: Use string interpolationMarkus Roberts2010-07-091-3/+3
* Code smell: Inconsistent indentation and related formatting issuesMarkus Roberts2010-07-091-1/+1
* Removed extra whitespace from end of linesIan Taylor2009-06-061-3/+3
* Fixing the breakage that I caused when I added the 'declared_feature?'Luke Kanies2007-11-261-1/+1
* Rewriting the tests for the package resource type, fixing #930.Luke Kanies2007-11-261-11/+11
* Removing the Id tags from all of the filesLuke Kanies2007-10-031-1/+0
* Add a grammatically correct 'has_feature' alias, and switch to using it where...mpalmer2007-05-301-0/+2
* Lots of work related to generating more reference. Moving all of the individ...luke2007-05-071-0/+6
* Adding the ability for parameters to declare that they require a given featur...luke2007-04-251-0/+12
* Refactoring puppetdoc so it is a bit cleaner and is actually object-oriented....luke2007-04-241-3/+5
* Mostly done with the conversion to restructured text, but there are still som...luke2007-04-241-15/+12
* Fixing #432 - you can now manage home dirs with users. You cannot yet purge ...luke2007-03-191-4/+11
* Adding a "has_feature" method, so a provider can just declare that it has a g...luke2007-03-191-16/+39
* Adding a provider feature table to the provider feature docsluke2007-03-191-2/+23
* Adding provider features. Woot!luke2007-03-191-0/+108