summaryrefslogtreecommitdiffstats
path: root/lib/puppet/util
Commit message (Expand)AuthorAgeFilesLines
* Refactoring the feature support so it loads libraries when a feature is asked...Luke Kanies2007-09-111-22/+31
* Doing an intermediate commit so rick can look at the work I have done so far.Luke Kanies2007-09-111-2/+0
* Renaming the instance loader method to "instance_load". It was previously au...Luke Kanies2007-09-102-2/+2
* *Finally* fixing the tests that were failing around users and groups. The pr...Luke Kanies2007-09-071-13/+12
* Fixing #795 -- configuration elements now make sure all file paths are fully ...Luke Kanies2007-09-061-1/+5
* We now have a real configuration object, as a subclass of GRATR::Digraph, tha...Luke Kanies2007-09-041-2/+0
* Making a couple of small bugfixes in the configuration subsystemLuke Kanies2007-08-271-1/+1
* Adding support for providing a diff when files are being changed. Currently ...Luke Kanies2007-08-271-0/+71
* 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-242-131/+149
* Adding some rspec tests for Config.rb, because I am planning on significantly...Luke Kanies2007-08-231-39/+82
* Merge branch 'master' of http://northstarlabs.net/git/puppetLuke Kanies2007-08-151-1/+7
|\
| * Added optional per-module lib directory.Jeffrey J McCune2007-08-141-1/+7
* | Added shortname support to config.rb and refactored addargsMichael V. O'Brien2007-08-142-11/+49
|/
* Changes to lib/ corresponding to test refactoring from r2759, was unaware tha...christian2007-08-091-41/+26
* Fix the ral:providers:host:parsed tests so they run successfully(no author)2007-08-091-0/+1
* Fixing #749 -- environment settings no longer accumulate. Significantly addi...luke2007-08-061-1/+1
* 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 the rest of #705, except for the env stuff, which I was not able to re...luke2007-07-141-2/+6
* Fixing the first half of #705 -- matching no longer fails. I think this also...luke2007-07-121-2/+7
* Having FileType instances automatically back their contents up to a filebucke...luke2007-07-111-0/+11
* Adding line/file info to parsing errors in ParsedFileluke2007-07-101-1/+9
* Changing some of the internals of autoloading so that there is a class-level ...luke2007-07-101-15/+44
* Removing the long-obsolete Element base class. The Parameter and Type classe...luke2007-07-042-1/+17
* Updating trac location for laegluke2007-06-191-1/+1
* Modified the fileserver to cache file information, so thatluke2007-06-191-0/+4
* Fixing #643 -- replacing the get_posix_field method with a more degenerate ve...luke2007-06-171-5/+34
* adjusting the rrd color stack as requested by thijsluke2007-06-141-1/+1
* Applying metrics patch from #659 by thijsluke2007-06-141-12/+15
* Major rework of the rails feature. Changed the relationship between ballman2007-06-121-0/+15
* Add a grammatically correct 'has_feature' alias, and switch to using it where...mpalmer2007-05-301-0/+2
* Redoing autoload a bit in preparation for adding a plugindirluke2007-05-161-46/+58
* A round of fixes so unit tests pass; most of the failures were from the mergi...luke2007-05-151-2/+5
* First try at the REST config_storeshadoi2007-05-121-0/+5
* Initial configuration storage abstraction layer stuff.shadoi2007-05-121-0/+56
* Intermediate commit of more reference work, including making provider suitabl...luke2007-05-081-3/+12
* Adding a dynamic? option for references, so those are not stored in tracluke2007-05-071-2/+5
* Lots of work related to generating more reference. Moving all of the individ...luke2007-05-073-2/+20
* First run at moving references to lib/puppet instead of puppetdocluke2007-05-071-0/+172
* Adding a module to abstract using Autoload to load and manage instancesluke2007-05-071-0/+74
* Fixing the time-cleaning in the rrdgraph reportluke2007-05-061-0/+1
* Fixing #206 and #422. Executables will still look for the deprecated config ...luke2007-05-061-17/+159
* Consolidating all of the configuration parameter declarations into configurat...luke2007-05-043-20/+1
* Adding a fact handler, along with an abstract interface for fact stores and a...luke2007-05-031-0/+60
* Adding the ability for parameters to declare that they require a given featur...luke2007-04-251-0/+12
* Refactoring puppetdoc so it is a bit cleaner and is actually object-oriented....luke2007-04-241-3/+5
* Mostly done with the conversion to restructured text, but there are still som...luke2007-04-242-15/+57