summaryrefslogtreecommitdiffstats
path: root/lib/puppet/node.rb
Commit message (Expand)AuthorAgeFilesLines
* Revert "Adding json support to Puppet::Node"Max Martin2011-04-211-23/+0
* Adding json support to Puppet::NodeLuke Kanies2011-04-141-0/+23
* Maint: Refactor code to use <class>.indirection.<method>Paul Berry2010-11-291-1/+1
* (#5132) Provide a query REST interface for inventoryMatt Robinson2010-10-281-0/+1
* [#4256] External nodes parameters can now be assigned to nodesMatt Robinson2010-07-181-2/+2
* Code smell: Two space indentationMarkus Roberts2010-07-091-94/+94
* Code smell: Avoid unneeded blocksMarkus Roberts2010-07-091-3/+1
* Code smell: Line modifiers are preferred to one-line blocks.Markus Roberts2010-07-091-12/+4
* Code smell: Use string interpolationMarkus Roberts2010-07-091-2/+2
* Code smell: Inconsistent indentation and related formatting issuesMarkus Roberts2010-07-091-2/+2
* Fixing #3791 - client environment is usedLuke Kanies2010-02-171-3/+19
* All non-transient parser references are goneLuke Kanies2010-02-171-19/+5
* Making sure the cert name is searched firstLuke Kanies2009-04-241-6/+14
* Partially fixing #1765 - node searching supports strict hostname checkingLuke Kanies2009-04-221-0/+4
* Removing unused Node codeLuke Kanies2009-04-221-11/+0
* Failure to find node facts is now a failure.Luke Kanies2009-02-141-4/+8
* Merge branch '0.24.x' Removed the 'after' blocks that call Type.clear,Luke Kanies2008-10-171-7/+1
|\
| * Fixing the Node class to no longer validate environmentsLuke Kanies2008-10-031-7/+1
* | Merge branch '0.24.x'Luke Kanies2008-09-231-2/+4
|\|
| * Fixes #1554 - Fix exception for undefined hostnameJames Turnbull2008-09-051-2/+4
* | Merge branch '0.24.x'Luke Kanies2008-07-041-0/+2
|\|
| * Adding logging when a node's facts can't be foundLuke Kanies2008-07-021-0/+2
* | Merge branch '0.24.x'Luke Kanies2008-06-151-82/+36
|\|
| * Removing the Node.find_by_name method.Luke Kanies2008-06-151-7/+0
| * Removing the now-obsolete Node.node_facts method.Luke Kanies2008-06-151-13/+0
| * Converting the Node.node_names class method into an instance method.Luke Kanies2008-06-151-63/+37
* | Merge branch '0.24.x'Luke Kanies2008-06-141-28/+31
|\|
| * Always using the cert name to store yaml files, which fixes #1178.Luke Kanies2008-05-261-28/+31
* | Merge branch '0.24.x'Luke Kanies2008-03-251-1/+1
|\|
| * Moved the configuration of the Node cache to the puppetmasterdLuke Kanies2008-03-241-1/+1
* | Merge branch '0.24.x'Luke Kanies2008-03-201-1/+1
|\|
| * Caching node information in yaml (I figured caching in memory willLuke Kanies2008-03-161-1/+1
* | Environments are now available as variables in manifests,Luke Kanies2008-01-201-0/+2
|/
* Adding an Indirection reference, along with the workLuke Kanies2007-12-101-3/+4
* Fixing #951 -- external nodes work again, but you have toLuke Kanies2007-12-101-6/+78
* Using the Environment class to determine the default environment,Luke Kanies2007-11-201-7/+12
* Adding a :code setting for specifying code to runLuke Kanies2007-10-051-1/+1
* Merge branch 'configurations' into indirectionLuke Kanies2007-09-221-0/+3
|\
| * The whole system now uses Configuration objects instead ofLuke Kanies2007-09-151-0/+3
* | The indirector specs now all pass. I think I needLuke Kanies2007-09-211-1/+1
* | Fixing all existing spec tests so that they nowLuke Kanies2007-09-201-1/+1
|/
* Another intermediate commit. The node and fact classes are now functional an...Luke Kanies2007-09-121-4/+13
* The Node handler is now obsolete. Node searching is handled through the indi...Luke Kanies2007-09-111-110/+5
* Doing an intermediate commit so rick can look at the work I have done so far.Luke Kanies2007-09-111-1/+120
* Adding a bit of testing for node names.Luke Kanies2007-08-261-1/+9
* Moving the node tests to rspec, and cleaning up the spec of the node, especia...Luke Kanies2007-08-261-6/+19
* The last commits before I actually start on the multi-environment support. T...Luke Kanies2007-08-221-0/+40