summaryrefslogtreecommitdiffstats
path: root/lib/puppet/util/settings.rb
Commit message (Expand)AuthorAgeFilesLines
* (#8662) Skip user and group resources when applying settings on WindowsJosh Cooper2011-08-221-0/+1
* Remove Puppet::Util::Cacher usage from Puppet::Util::SettingsNick Lewis2011-08-191-6/+3
* (#7144) Update Settings#writesub to convert mode to FixnumMax Martin2011-07-141-1/+1
* (#6513) Propagate the environment when doing variable lookup in settingsJacob Helwig2011-03-081-1/+1
* Fixed #5914 Removed genconfig = true from genconfig outputJames Turnbull2011-01-201-1/+1
* Fixing #4268 - manifests always importedLuke Kanies2010-07-191-15/+6
* Code smell: Two space indentationMarkus Roberts2010-07-091-893/+893
* Code smell: Avoid needless decorationsMarkus Roberts2010-07-091-5/+5
* Code smell: Use &&= for dependent initializationMarkus Roberts2010-07-091-3/+3
* Code smell: Avoid explicit returnsMarkus Roberts2010-07-091-15/+15
* Code smell: Booleans are first class values.Markus Roberts2010-07-091-5/+1
* Code smell: Line modifiers are preferred to one-line blocks.Markus Roberts2010-07-091-37/+13
* Code smell: Use string interpolationMarkus Roberts2010-07-091-23/+23
* 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