| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | All indirections are working, and they have all | Luke Kanies | 2007-09-22 | 1 | -119/+0 |
| | | | | | | | | | | | | | | | | | | been migrated over to the new organization. Where we would have previously had an 'ldap' node terminus at puppet/indirector/node/ldap.rb, we would not have it at puppet/indirector/ldap/node.rb, and it would be a subclass of puppet/indirector/ldap.rb. These are called terminus classes, and there are now three categories of them: The base class itself, abstract classes that provide most of the functionality (e.g., the ldap and yaml classes), and the classes themselves that implement the functionality for a given model like Node or Facts. The base terminus class handles auto-loading any of these classes from disk. | ||||
| * | Fixing all existing spec tests so that they now | Luke Kanies | 2007-09-20 | 1 | -11/+11 |
| | | | | | | | pass given the redesign that Rick implemented. This was mostly a question of fixing the method names and the mocks. | ||||
| * | Another intermediate commit. The node and fact classes are now functional ↵ | Luke Kanies | 2007-09-12 | 1 | -0/+119 |
| and are used instead of the network handlers, which have been removed. There are some failing tests as a result, but I want to get this code committed before I massage the rest of the system to make it work again. | |||||
