summaryrefslogtreecommitdiffstats
path: root/lib/puppet/util/settings.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge branch '0.24.x' Removed the 'after' blocks that call Type.clear,Luke Kanies2008-10-171-3/+5
|\|
| * Fixed #1613 - The client environment will be substituted when looking up sett...Luke Kanies2008-10-031-3/+5
* | Merge branch '0.24.x'Luke Kanies2008-08-201-4/+0
|\|
| * Removed reference to namespaces from --genconfig documentationJames Turnbull2008-08-211-4/+0
* | Merge branch '0.24.x'Luke Kanies2008-07-041-7/+4
|\|
| * Fixed #1231 - Exceptions during startup should now be clear.Luke Kanies2008-07-041-2/+4
* | Merge branch '0.24.x'Luke Kanies2008-07-021-0/+58
|\|
| * issue 1183Andrew Shafer2008-06-161-0/+58
* | Merge branch '0.24.x'Luke Kanies2008-05-201-1/+1
|\|
| * Fix for ticket #1218 - changed to appropriate variable nameJames Turnbull2008-05-101-1/+1
* | The master and client now successfully speak xmlrpc using the new system.Luke Kanies2008-05-071-3/+9
* | The Settings class now clears the 'used' sections when a value is changed.Luke Kanies2008-05-051-1/+3
* | I think I've now got the Webrick SSL support working.Luke Kanies2008-04-281-1/+6
* | We have a basically functional CA -- it can signLuke Kanies2008-04-151-1/+1
* | Fixing tests that were failing as a result of the merge,Luke Kanies2008-04-011-4/+0
* | Merge branch '0.24.x'Luke Kanies2008-03-201-23/+26
|\|
| * Refactoring how the catalog creation handles errors.Luke Kanies2008-03-181-15/+11
| * Removing extra debuggingLuke Kanies2008-03-181-1/+0
| * Settings now (again?) do not use a section more thanLuke Kanies2008-03-181-8/+13
| * Hopefully *finally* fixed the "already being managed" problemLuke Kanies2008-03-181-6/+9
* | Merge branch '0.24.x'Luke Kanies2008-03-071-47/+49
|\|
| * Changed name of method for clarity per code reviewLuke Kanies2008-03-051-5/+5
| * Ticket #1041Andrew Shafer2008-03-051-47/+49
* | Merge branch '0.24.x'Luke Kanies2008-02-251-1/+1
|\|
| * Somewhat refactored fileserving so that it no longer cachesLuke Kanies2008-02-231-1/+1
* | Merge branch '0.24.x'Luke Kanies2008-02-121-16/+19
|\|