summaryrefslogtreecommitdiffstats
path: root/lib/puppet/network/handler/facts.rb
Commit message (Collapse)AuthorAgeFilesLines
* Another intermediate commit. The node and fact classes are now functional ↵Luke Kanies2007-09-121-68/+0
| | | | 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.
* Deleting old documentation that somehow made it back into the tree in the ↵Luke Kanies2007-09-011-2/+0
| | | | switch to git, and refactoring the evaluate_classes method on the compile object so I can use resources as intermediaries, thus making classes do late-binding evaluation.
* Lots of work related to generating more reference. Moving all of the ↵luke2007-05-071-0/+3
| | | | | | individual references out of puppetdoc and into an external "reference" class, which itself can autoload, so it is now easy to add new types of references. Also adding a network reference, along with an unfinished provider reference. git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2479 980ebf18-57e1-0310-9a29-db15c13687c0
* Adding a fact handler, along with an abstract interface for fact stores and ↵luke2007-05-031-0/+67
a simple yaml fact store, towards the Node Classification work. git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2457 980ebf18-57e1-0310-9a29-db15c13687c0