summaryrefslogtreecommitdiffstats
path: root/lib/puppet/faces/help
Commit message (Collapse)AuthorAgeFilesLines
* maint: Remove unused faces codeMatt Robinson2011-04-193-30/+0
| | | | | | | Looks like in renaming faces to face we just missed some files. They got copied, not moved. Paired-with: Max Martin <max@puppetlabs.com>
* (#6928) Remove --parseonlyNick Lewis2011-04-133-0/+30
| | | | | | This has been removed in favor of 'puppet parser validate <manifest>'. Paired-With: Jesse Wolfe
* (#7056) Use 'face' rather than 'faces' in the production code.Daniel Pittman2011-04-133-30/+0
| | | | | | | | | After some discussion we decided that most uses of the Puppet Face infrastructure were about single faces on their own, not about the collection, and so we were better referring to Puppet::Face[...] in code. This implements that by translating names and references in the Ruby code to the new, s-less, name.
* (#6962) Move the logic for help layout into erb templates.Daniel Pittman2011-04-123-0/+30
Rather than hard-coding the layout of help output in the code, push it out into external templates. At the moment overriding that would require changing the ERB code next to puppet/faces/help.rb file on disk. Paired-With: Matt Robinson <matt@puppetlabs.com>