summaryrefslogtreecommitdiffstats
path: root/lib/puppet/application/config.rb
Commit message (Collapse)AuthorAgeFilesLines
* (#7056) Use 'face' rather than 'faces' in the production code.Daniel Pittman2011-04-131-2/+2
| | | | | | | | | 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.
* (#7012) Update references in code to use face(s)Daniel Pittman2011-04-071-2/+2
| | | | | The codebase is now using the new name, faces, uniformly to reference the objects contained. All tests pass.
* MAINT: the API is officially named "string" as of this moment.Daniel Pittman2011-03-281-2/+2
| | | | | | | Now that we have settled on the final public name for the API, "Puppet::String", mass-rename and mass-edit all the files to follow. Reviewed-By: Randall Hansen <randall@puppetlabs.com>
* Adding a simple "config" appLuke Kanies2011-02-221-0/+4
Signed-off-by: Luke Kanies <luke@puppetlabs.com>