summaryrefslogtreecommitdiffstats
path: root/lib/puppet/util
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* {#3866] Rename the method metaclass to singleton_class to avoid the deprecati...Matt Robinson2010-02-171-4/+4
* For #3822 - Reducing checksum code duplicationLuke Kanies2010-02-171-0/+9
* Feature #2935 remove misleading commentJesse Wolfe2010-02-171-4/+1
* Feature #2935 Unify the codepaths for setting settingsJesse Wolfe2010-02-171-6/+14
* Feature #2935 Puppet[:mode] and Puppet[:name] are read-onlyJesse Wolfe2010-02-171-6/+18
* Bug: Broken codepath in util/settingsJesse Wolfe2010-02-171-1/+1
* Feature #2935 settings are in Mode sections instead of executable namesJesse Wolfe2010-02-171-28/+8
* Feature #2935: method extract require_applicationJesse Wolfe2010-02-171-1/+5
* Feature #2935 Modes: root? predicateJesse Wolfe2010-02-172-2/+6
* Feature #2935: lazify require graph for applicationsJesse Wolfe2010-02-171-2/+0
* Feature #2935: Puppet::ModeJesse Wolfe2010-02-171-0/+69
* feature #2276 Single Executable: move CommandLine methodsJesse Wolfe2010-02-171-44/+32
* Fixed #3721 - Removed -u option from crontab on HP-UXJames Turnbull2010-02-171-1/+1
* Fix for conflict between fileserving streams and none-checksumsMarkus Roberts2010-02-171-0/+4
* Fix #3373 - Client side file streamingBrice Figureau2010-02-171-0/+25
* Feature #2276 Single Executable: Pass a commandline object to the applicationJesse Wolfe2010-02-171-1/+1