summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Taking a first stab at moving configuration compilingLuke Kanies2007-09-238-10/+391
* Adding a "memory" node terminus, which willLuke Kanies2007-09-235-0/+147
* Fixing the spec for the checksum terminus to matchLuke Kanies2007-09-231-3/+2
* Adding my first integration test, verifying thatLuke Kanies2007-09-238-85/+171
* Adding the first version of checksum support, which willLuke Kanies2007-09-226-10/+358
* Renaming the 'Puppet::Util::Config' class toLuke Kanies2007-09-2253-298/+297
* Adding the base file terminus. This will, at the least,Luke Kanies2007-09-222-0/+170
* Merge branch 'configurations' into indirectionLuke Kanies2007-09-2263-1614/+1393
|\
| * All tests now pass in this configuration branch, which meansLuke Kanies2007-09-2214-186/+100
| * The structure for handling resource generation is nowLuke Kanies2007-09-227-14/+35
| * An intermediate commit so I can start working on a differentLuke Kanies2007-09-2012-32/+45
| * This is basically another intermediate commit. I feel likeLuke Kanies2007-09-1743-917/+536
| * Configurations now set a "configuration" instance variable in resources that ...Luke Kanies2007-09-153-5/+15
| * The whole system now uses Configuration objects instead ofLuke Kanies2007-09-1521-577/+736
* | Adding the last tests for the ldap node terminus. I managedLuke Kanies2007-09-224-15/+211
* | All indirections are working, and they have allLuke Kanies2007-09-2223-637/+711
* | It looks like the new indirection setup is complete.Luke Kanies2007-09-2112-217/+235
* | Adding automatic association between terminus subclasses andLuke Kanies2007-09-214-45/+88
* | Adding the first top-level terminus (yaml). It worksLuke Kanies2007-09-217-14/+242
* | Moving the Puppet::Indirector::Terminus class into itsLuke Kanies2007-09-213-21/+59
* | Adding a couple more tests to the indirector, talking aboutLuke Kanies2007-09-212-2/+13
* | The indirector specs now all pass. I think I needLuke Kanies2007-09-214-133/+63
* | The unit tests for the newly-resurrected indirection classLuke Kanies2007-09-203-145/+157
* | Fixing all existing spec tests so that they nowLuke Kanies2007-09-2015-62/+73
* | Merge branch 'indirection' of http://git.rickbradley.com/puppet into indirectionLuke Kanies2007-09-202-132/+211
|\ \
| * | Whitespace and comment commit.Rick Bradley2007-09-201-1/+3
| * | More spec and indirector updates.Rick Bradley2007-09-202-105/+46
| * | Finally, some progress. Closing the loops and delegating registered class ca...Rick Bradley2007-09-191-9/+38
| * | Reworking the Indirector code. Continuing to fight the classgen and instance...Rick Bradley2007-09-192-118/+225
* | | Merge branch 'indirection' of http://git.rickbradley.com/puppet into indirectionLuke Kanies2007-09-176-13/+113
|\| | | |/ |/|
| * Updates to indirection stuffs. Making a better spec and migrating to it.Rick Bradley2007-09-176-13/+113
* | Removing the completely obsolete passwd2puppet and the obsolete component.rbLuke Kanies2007-09-132-269/+0
|/
* Moving the resource container behaviour to the Configuration object, rather t...Luke Kanies2007-09-125-53/+50
* Adding a to_graph method to TransBuckets, so that the buckets can directly ge...Luke Kanies2007-09-1210-337/+629
* Another intermediate commit. The node and fact classes are now functional an...Luke Kanies2007-09-1234-475/+776
* Adding setup/teardown hooks to rspec, so we can use test/unit methodsLuke Kanies2007-09-111-0/+7
* Refactoring the feature support so it loads libraries when a feature is asked...Luke Kanies2007-09-112-24/+31
* The Node handler is now obsolete. Node searching is handled through the indi...Luke Kanies2007-09-1110-1031/+215
* Doing an intermediate commit so rick can look at the work I have done so far.Luke Kanies2007-09-1114-34/+774
* Renaming the instance loader method to "instance_load". It was previously au...Luke Kanies2007-09-105-8/+8
* 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
| * Merge branch 'master' of git://reductivelabs.com/puppetJeffrey J McCune2007-09-10260-10603/+9317
| |\
| * \ Merge branch 'master' of git://reductivelabs.com/puppetJeffrey J McCune2007-08-161-29/+29
| |\ \
| * \ \ Merge commit 'aabad8e'Jeffrey J McCune2007-08-1515-754/+1648
| |\ \ \
| * \ \ \ Merge branch 'master' of git://reductivelabs.com/puppetJeffrey J McCune2007-08-154-36/+139
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' of git://reductivelabs.com/puppetJeffrey J McCune2007-08-141-5/+5
| |\ \ \ \ \
* | | | | | | 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-078-54/+25
* | | | | | Fixing some failed tests. Mostly cleanup. Next is to make all of the user t...Luke Kanies2007-09-0711-216/+61