summaryrefslogtreecommitdiffstats
path: root/lib/puppet/node_source
Commit message (Collapse)AuthorAgeFilesLines
* Adding a "none" node source, which will be the default node source and will ↵Luke Kanies2007-08-151-0/+10
| | | | just return an empty node.
* Finalizing the node handler. It now correctly uses the different node sourcesLuke Kanies2007-08-142-4/+4
| | | | | and knows how to retrieve data from those sources. Now I just need to fix the language stuff to use this handler instead of the existing node stuff.
* An intermediate commit in the work towards adding multi-environment support.Luke Kanies2007-08-142-0/+169
This has required splitting the interpreter up considerably, which is much cleaner but is a large project. There is now a 'nodes' handler, but it is currently non-functional, although all the support structure is there. It just needs to have the individual methods fleshed out, and it needs to be connected to the 'facts' handler.