summaryrefslogtreecommitdiffstats
path: root/lib/puppet/util/settings.rb
Commit message (Expand)AuthorAgeFilesLines
* Code smell: Inconsistent indentation and related formatting issuesMarkus Roberts2010-07-091-14/+12
* 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
* Fix for #4167 -- overriding file permissions in conf fileMarkus Roberts2010-07-071-0/+1
* 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] 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-011-9/+9
* [#4089] Replace internal usage of :check with :auditNick Lewis2010-07-011-1/+1
* Fixes #3514 - CR/LF line ending in puppet.conf cause silent failureJames Turnbull2010-02-171-2/+2
* [#1621] Composite keys for resourcesJesse Wolfe2010-06-211-2/+1
* Make specs work on win32David Schmitt2010-02-171-1/+1
* Avoid setting the timeout before we know which timeout we should set.David Schmitt2010-02-171-4/+4
* 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 Modes: root? predicateJesse Wolfe2010-02-171-1/+1
* Resolving conflicts with jesse:feature/master/3394Markus Roberts2010-02-171-1/+0
* Removing Resource::Reference classesLuke Kanies2010-02-171-1/+0
* Tuning file load orderLuke Kanies2010-02-171-0/+2
* Removing obsolete Settings comments and requireLuke Kanies2010-02-171-3/+0
* Changing the interface of Puppet::ResourceLuke Kanies2010-02-171-2/+2
* Feature #3383 RAL over RESTJesse Wolfe2010-02-171-1/+0
* Fix for #3366 - --tags '' treated as boolean 'true'Markus Roberts2010-02-171-2/+5
* Fixing #3148 Settings#without_noop when run with no noop settingLuke Kanies2010-02-171-3/+2
* Merge branch '0.25.x'James Turnbull2010-01-131-25/+30
|\
| * Fix for #2657 (retain old setting if config has syntax error)Markus Roberts2009-12-201-25/+30
* | Fix #2649 Allow ssl dir creation in --noop modeRein Henrichs2009-11-191-1/+9
|/
* Bug #1900 Parsing of quoted $ in stdinJesse Wolfe2009-10-191-16/+25
* Fixing #2590 - modulepath is not cached inappropriatelyLuke Kanies2009-09-031-0/+8
* Not using the service user in settings when it's unavailableLuke Kanies2009-08-241-0/+10
* Moving Setting classes into separate filesLuke Kanies2009-08-241-277/+39
* Allow boolean value for boolean cli parameterBrice Figureau2009-07-101-0/+2
* Removed extra whitespace from end of linesIan Taylor2009-06-061-5/+5
* Fixing a bunch of warningsLuke Kanies2009-06-031-2/+0
* Modifying the Settings#handlearg prototypeLuke Kanies2009-04-251-2/+2
* Adding a common Settings method for setting valuesLuke Kanies2009-04-221-34/+34
* Fixed #1849 - Ruby 1.9 portability: `when' doesn't like colons, replace with ...James Turnbull2009-02-261-12/+12
* Fixed #2017 - incorrect requireJames Turnbull2009-02-241-1/+1
* Refactoring how the Settings file is parsedLuke Kanies2009-02-191-18/+30
* Introducing the Application ControllerBrice Figureau2009-02-161-0/+28
* Creating and using a new Puppet::Daemon classLuke Kanies2009-02-061-14/+5
* Canonicalizing Setting section names to symbols.Luke Kanies2008-12-181-14/+14
* Finishing the work to use Puppet::Resource instead of TransObjectLuke Kanies2008-12-181-9/+16
* Refactoring the Settings class to use Puppet::ResourceLuke Kanies2008-12-181-174/+69
* Merge branch '0.24.x'Luke Kanies2008-12-021-74/+80
|\
| * Refactoring the thread-safety in Puppet::Util a bit.Luke Kanies2008-11-261-21/+27
| * Fixing #1683 - accessing and changing settings is now thread-safe.Luke Kanies2008-11-261-140/+144