summaryrefslogtreecommitdiffstats
path: root/lib/puppet/indirector/yaml.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix #1886 - Add node cleanup capabilityPeter Meier2011-07-271-0/+5
* Maint. -- Fix test failures broken by previous commitMarkus Roberts2010-08-211-2/+8
* Maint. Removing code at the request of the original authorMarkus Roberts2010-08-211-10/+1
* Code smell: Two space indentationMarkus Roberts2010-07-091-47/+47
* Code smell: Line modifiers are preferred to one-line blocks.Markus Roberts2010-07-091-3/+1
* Code smell: Use string interpolationMarkus Roberts2010-07-091-3/+3
* Code smell: Inconsistent indentation and related formatting issuesMarkus Roberts2010-07-091-1/+1
* [#4090] Rename mode (:master, :agent, :user) to run_modeMatt Robinson2010-07-011-1/+1
* Feature #2935 Puppet::Mode#master?Jesse Wolfe2010-02-171-1/+1
* Removed extra whitespace from end of linesIan Taylor2009-06-061-1/+1
* Fixing #1812 (hopefully) - adding read and write locks to yaml.Luke Kanies2008-12-121-3/+12
* Added a search method to the YAML indirector.AJ Christensen2008-08-011-1/+10
* Fixed #1232 - the rundir no longer specifies a user/group,Luke Kanies2008-07-031-1/+2
* Intermediate commit.Luke Kanies2008-04-081-17/+11
* Fixing #1138 -- the yamldir is automatically created by theLuke Kanies2008-03-241-5/+0
* Modifying the yaml terminus base class to use the timestampLuke Kanies2008-03-161-0/+5
* Reorganizing the file structure for indirection terminus types.Luke Kanies2007-10-151-1/+1
* All tests should now pass again.Luke Kanies2007-10-081-3/+15
* Renaming the 'Puppet::Util::Config' class toLuke Kanies2007-09-221-1/+1
* It looks like the new indirection setup is complete.Luke Kanies2007-09-211-3/+1
* Adding the first top-level terminus (yaml). It worksLuke Kanies2007-09-211-0/+47