summaryrefslogtreecommitdiffstats
path: root/lib/puppet/util
Commit message (Expand)AuthorAgeFilesLines
* Fixing #4268 - manifests always importedLuke Kanies2010-07-191-15/+6
* Fixes errant Trac references in documentationJames Turnbull2010-07-156-6/+6
* [#4215] Have rundir depend on vardirMatt Robinson2010-07-131-9/+9
* Code smell: Two space indentationMarkus Roberts2010-07-0963-6916/+6916
* Code smell: Avoid needless decorationsMarkus Roberts2010-07-0915-30/+30
* Code smell: Don't restate results directly after assignmentMarkus Roberts2010-07-096-7/+0
* Code smell: Use &&= for dependent initializationMarkus Roberts2010-07-092-4/+4
* Code smell: Use ||= for conditional initializationMarkus Roberts2010-07-098-9/+9
* Code smell: Omit needless checks on definedMarkus Roberts2010-07-098-12/+12
* Code smell: Avoid unneeded blocksMarkus Roberts2010-07-095-27/+9
* Code smell: Avoid explicit returnsMarkus Roberts2010-07-0930-89/+89
* Code smell: Booleans are first class values.Markus Roberts2010-07-0912-70/+17
* Code smell: Line modifiers are preferred to one-line blocks.Markus Roberts2010-07-0931-327/+111
* Code smell: Use string interpolationMarkus Roberts2010-07-0938-172/+172
* Code smell: English names for special globals rather than line-noiseMarkus Roberts2010-07-095-12/+12
* Code smell: Inconsistent indentation and related formatting issuesMarkus Roberts2010-07-0931-154/+165
* Code smell: Win32 --> MS_windowsMarkus Roberts2010-07-092-3/+3
* Manifests with variables were broken when read from STDIN to puppet applyJesse Wolfe2010-07-091-0/+5
* Use the name in the search path for looking for metadataBryan Kearney2010-07-091-0/+1
* [#4198] Require 'fileutils' everywhere FileUtils is usedJesse Wolfe2010-07-093-0/+3
* [#4196] Move the docs into the source directory structureJesse Wolfe2010-07-0910-0/+912
* Update RDoc parser to reflect change of custom plugin and fact locationsJames Turnbull2010-07-091-1/+1
* Fix for #4167 -- overriding file permissions in conf fileMarkus Roberts2010-07-072-1/+2
* [#4114] Fix failures in the unit testsMatt Robinson2010-07-071-7/+2
* [#4114] Added queueing to the logNick Lewis2010-07-072-29/+41
* Maint: Improve the speed of setting settings.Nick Lewis2010-07-021-12/+19
* maint: :mutable_defaults to improve spec consistencyJesse Wolfe2010-07-021-3/+3
* [#4090] Fix the run_mode for certs and put tests on the applications to asser...Matt Robinson2010-07-021-2/+2
* [#4090] Change how RunMode instances are created so that an object for each R...Matt Robinson2010-07-011-0/+6
* [#4090] Git rid of the idea that run_mode is a configurable option with defaultsMatt Robinson2010-07-011-2/+2
* [#4090] Rename mode (:master, :agent, :user) to run_modeMatt Robinson2010-07-012-10/+10
* [#4089] Replace internal usage of :check with :auditNick Lewis2010-07-011-1/+1
* Fix #3932 - Add --charset to puppetdoc for RDoc modeBrice Figureau2010-02-171-1/+2
* [#3865] External subcommandsJesse Wolfe2010-02-171-1/+14
* [#3674] Make sure that failing to load a feature isn't fatalJesse Wolfe2010-02-171-1/+1
* [#3674] Part 2: Autoloader load method should propagate failuresJesse Wolfe2010-02-172-19/+2
* [#3674] Autoloader should propagate failuresJesse Wolfe2010-02-171-1/+1
* Fixes #3514 - CR/LF line ending in puppet.conf cause silent failureJames Turnbull2010-02-171-2/+2
* Working #3139 - removing obsolete checking in StorageLuke Kanies2010-02-171-10/+2
* Part 2 of fix for #1175 (functions in environments)Markus Roberts2010-02-171-11/+8
* [#1621] Composite keys for resourcesJesse Wolfe2010-06-211-2/+1
* Resolving conflicts with jes5199:ticket/master/2935-settings-modeMarkus Roberts2010-02-171-2/+8
* Move syslog into a featureDavid Schmitt2010-02-171-1/+0
* Adapt Util::Storage specs and avoid trying to lock on directoriesDavid Schmitt2010-02-171-0/+4
* Avoid trying to set uid/gid on windowsDavid Schmitt2010-02-171-1/+2
* Make specs work on win32David Schmitt2010-02-171-1/+1
* Fix path handlingDavid Schmitt2010-02-172-4/+4
* Avoid setting the timeout before we know which timeout we should set.David Schmitt2010-02-171-4/+4
* Avoid trying to lock on non-filesDavid Schmitt2010-02-171-0/+2
* Fix for #3949 and relatedMarkus Roberts2010-02-171-2/+3