summaryrefslogtreecommitdiffstats
path: root/lib/puppet/util/config.rb
Commit message (Expand)AuthorAgeFilesLines
* Renaming the 'Puppet::Util::Config' class toLuke Kanies2007-09-221-1223/+0
* An intermediate commit so I can start working on a differentLuke Kanies2007-09-201-1/+1
* This is basically another intermediate commit. I feel likeLuke Kanies2007-09-171-11/+7
* The whole system now uses Configuration objects instead ofLuke Kanies2007-09-151-90/+95
* Fixing #795 -- configuration elements now make sure all file paths are fully ...Luke Kanies2007-09-061-1/+5
* Making a couple of small bugfixes in the configuration subsystemLuke Kanies2007-08-271-1/+1
* Multiple environment support now works, and I have even tested it in real lif...Luke Kanies2007-08-261-14/+31
* Modules are now tested with spec, and they now can handle environment-specifi...Luke Kanies2007-08-251-17/+1
* The config class now has support for add an environment to its search path. ...Luke Kanies2007-08-241-7/+8
* I have added basic support for a search path, altho not yet with any ability ...Luke Kanies2007-08-241-129/+149
* Adding some rspec tests for Config.rb, because I am planning on significantly...Luke Kanies2007-08-231-39/+82
* Added shortname support to config.rb and refactored addargsMichael V. O'Brien2007-08-141-11/+48
* Fixing #735 -- gen_config now uses a single heading, matching the name of the...luke2007-08-041-1/+4
* Fixing #734. The problem was that when I switched how the configs were parse...luke2007-08-031-1/+5
* Fixing #206 and #422. Executables will still look for the deprecated config ...luke2007-05-061-17/+159
* One last try at getting the config and mode stuff working. The tests were pa...luke2007-03-081-6/+4
* Looks like [2265] was not a complete solution -- it resulted in failures when...luke2007-03-081-5/+8
* Fixing #489. I was unnecessarily converting to octal in config.rbluke2007-03-081-1/+3
* Merging the webserver_portability branch from version 2182 to version 2258.luke2007-03-061-10/+8
* Change Puppet.name to Puppet.execname so rails 1.2 won't freak out.shadoi2007-02-161-2/+2
* Fixing #484. Moving unit tests at the same time.luke2007-02-081-1/+8
* Moving some of the stand-alone classes into the util/ subdirectory, to clean ...luke2007-02-071-0/+959