summaryrefslogtreecommitdiffstats
path: root/lib/puppet/util/storage.rb
Commit message (Expand)AuthorAgeFilesLines
* Code smell: Two space indentationMarkus Roberts2010-07-091-73/+73
* Code smell: Omit needless checks on definedMarkus Roberts2010-07-091-1/+1
* Code smell: Avoid explicit returnsMarkus Roberts2010-07-091-2/+2
* Code smell: Line modifiers are preferred to one-line blocks.Markus Roberts2010-07-091-6/+2
* Code smell: Use string interpolationMarkus Roberts2010-07-091-5/+5
* Code smell: Inconsistent indentation and related formatting issuesMarkus Roberts2010-07-091-7/+4
* Working #3139 - removing obsolete checking in StorageLuke Kanies2010-02-171-10/+2
* Adapt Util::Storage specs and avoid trying to lock on directoriesDavid Schmitt2010-02-171-0/+4
* Preparing to fix #1812 - Moving locking code to a moduleLuke Kanies2008-12-121-2/+4
* Another refactor based on feedback from Luke. This includes adding an accesso...Paul Lathrop2008-05-181-0/+4
* Hopefully finally fixing #959. Loading the stored cacheLuke Kanies2007-12-121-1/+1
* Renaming the 'Puppet::Util::Config' class toLuke Kanies2007-09-221-1/+1
* The whole system now uses Configuration objects instead ofLuke Kanies2007-09-151-2/+0
* Consolidating all of the configuration parameter declarations into configurat...luke2007-05-041-1/+1
* Moving some of the stand-alone classes into the util/ subdirectory, to clean ...luke2007-02-071-0/+103