summaryrefslogtreecommitdiffstats
path: root/lib/puppet/reference/node_sources.rb
Commit message (Collapse)AuthorAgeFilesLines
* Fixing #951 -- external nodes work again, but you have toLuke Kanies2007-12-101-7/+0
| | | | set the 'node_terminus' setting to 'exec'.
* An intermediate commit in the work towards adding multi-environment support.Luke Kanies2007-08-141-0/+7
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.