summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Adding the last tests for the ldap node terminus. I managedLuke Kanies2007-09-222-13/+53
* All indirections are working, and they have allLuke Kanies2007-09-2212-236/+297
* It looks like the new indirection setup is complete.Luke Kanies2007-09-216-68/+71
* Adding automatic association between terminus subclasses andLuke Kanies2007-09-213-41/+30
* Adding the first top-level terminus (yaml). It worksLuke Kanies2007-09-214-4/+76
* Moving the Puppet::Indirector::Terminus class into itsLuke Kanies2007-09-212-21/+20
* Adding a couple more tests to the indirector, talking aboutLuke Kanies2007-09-211-2/+0
* The indirector specs now all pass. I think I needLuke Kanies2007-09-213-88/+11
* The unit tests for the newly-resurrected indirection classLuke Kanies2007-09-201-19/+28
* Fixing all existing spec tests so that they nowLuke Kanies2007-09-207-15/+20
* Merge branch 'indirection' of http://git.rickbradley.com/puppet into indirectionLuke Kanies2007-09-201-43/+97
|\
| * More spec and indirector updates.Rick Bradley2007-09-201-0/+2
| * Reworking the Indirector code. Continuing to fight the classgen and instance...Rick Bradley2007-09-191-43/+95
* | Merge branch 'indirection' of http://git.rickbradley.com/puppet into indirectionLuke Kanies2007-09-172-7/+28
|\|
| * Updates to indirection stuffs. Making a better spec and migrating to it.Rick Bradley2007-09-172-7/+28
* | Removing the completely obsolete passwd2puppet and the obsolete component.rbLuke Kanies2007-09-131-224/+0
|/
* Moving the resource container behaviour to the Configuration object, rather t...Luke Kanies2007-09-123-28/+27
* Adding a to_graph method to TransBuckets, so that the buckets can directly ge...Luke Kanies2007-09-124-6/+79
* Another intermediate commit. The node and fact classes are now functional an...Luke Kanies2007-09-1212-175/+188
* Refactoring the feature support so it loads libraries when a feature is asked...Luke Kanies2007-09-111-22/+31
* The Node handler is now obsolete. Node searching is handled through the indi...Luke Kanies2007-09-117-371/+134
* Doing an intermediate commit so rick can look at the work I have done so far.Luke Kanies2007-09-119-28/+482
* Renaming the instance loader method to "instance_load". It was previously au...Luke Kanies2007-09-104-4/+4
* Merge branch 'master' of http://northstarlabs.net/git/puppetLuke Kanies2007-09-101-1/+1
|\
| * Fixed hdiutil syntax for ticket 812Jeffrey J McCune2007-09-101-1/+1
* | Removing extraneous logging from the node handlerLuke Kanies2007-09-101-1/+1
|/
* *Finally* fixing the tests that were failing around users and groups. The pr...Luke Kanies2007-09-073-19/+15
* Fixing some failed tests. Mostly cleanup. Next is to make all of the user t...Luke Kanies2007-09-072-4/+10
* Fixing #801 -- resources that have changes when running in noop mode do not r...Luke Kanies2007-09-071-1/+10
* Fixing some broken tests in the master client, and adding a test for #800 but...Luke Kanies2007-09-063-11/+8
* Fixing #795 -- configuration elements now make sure all file paths are fully ...Luke Kanies2007-09-061-1/+5
* Fixing #802 -- tags are now applied before parent classes are evaluated, so p...Luke Kanies2007-09-062-3/+6
* Fixing #807. The exception handling should more closely resemble how it used...Luke Kanies2007-09-062-7/+16
* Renaming some ast resource classes and files so they make a lot more sense.Luke Kanies2007-09-067-22/+22
* Fixing #806. Resources correctly look up their fully qualified definition ty...Luke Kanies2007-09-064-20/+34
* A small change to the indirector, moving it to a module instead of a class. ...Luke Kanies2007-09-061-64/+19
* Adding my indirector class before i rewrite it. I am probably not going to k...Luke Kanies2007-09-061-0/+121
* Flipped the switch so that compiles now return a Configuration instance inste...Luke Kanies2007-09-044-9/+21
* Successfully modified all tests and code so that all language tests pass agai...Luke Kanies2007-09-046-65/+38
* We now have a real configuration object, as a subclass of GRATR::Digraph, tha...Luke Kanies2007-09-0432-535/+237
* More refactoring. I have removed a few more extraneous methods from Scope, m...Luke Kanies2007-09-036-68/+53
* Removing the Scope#setresource method, since it was essentially redundant. T...Luke Kanies2007-09-032-18/+3
* Doing a small amount of refactoring, toward being able to use Parser resource...Luke Kanies2007-09-035-90/+92
* Deleting old documentation that somehow made it back into the tree in the swi...Luke Kanies2007-09-018-15/+243
* Renaming the file containing all of the configuration defaults to "defaults.r...Luke Kanies2007-08-282-1/+1
* Making a couple of small bugfixes in the configuration subsystemLuke Kanies2007-08-273-3/+8
* Adding support for providing a diff when files are being changed. Currently ...Luke Kanies2007-08-277-19/+121
* Multiple environment support now works, and I have even tested it in real lif...Luke Kanies2007-08-264-17/+45
* The fileserver now uses an environment-specific module path. I also made var...Luke Kanies2007-08-266-22/+56
* Adding a bit of testing for node names.Luke Kanies2007-08-261-1/+9