summaryrefslogtreecommitdiffstats
path: root/lib/puppet/node.rb
diff options
context:
space:
mode:
authorLuke Kanies <luke@madstop.com>2008-03-20 11:55:42 -0500
committerLuke Kanies <luke@madstop.com>2008-03-20 11:55:42 -0500
commite1907798425a7b163ac1b831b0cf11e88985815e (patch)
tree281191621b07b939ad724981d110b9a85463b5e1 /lib/puppet/node.rb
parent9f8bb7e42aeea4670d9292f935529f8db5d57bc5 (diff)
parente00065a8e63a7222eacbc7e8aaa925e967fd5c60 (diff)
downloadpuppet-e1907798425a7b163ac1b831b0cf11e88985815e.tar.gz
puppet-e1907798425a7b163ac1b831b0cf11e88985815e.tar.xz
puppet-e1907798425a7b163ac1b831b0cf11e88985815e.zip
Merge branch '0.24.x'
Diffstat (limited to 'lib/puppet/node.rb')
-rw-r--r--lib/puppet/node.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/node.rb b/lib/puppet/node.rb
index 252ab961e..1091e5056 100644
--- a/lib/puppet/node.rb
+++ b/lib/puppet/node.rb
@@ -10,7 +10,7 @@ class Puppet::Node
extend Puppet::Indirector
# Use the node source as the indirection terminus.
- indirects :node, :terminus_setting => :node_terminus, :doc => "Where to find node information.
+ indirects :node, :terminus_setting => :node_terminus, :cache_class => :yaml, :doc => "Where to find node information.
A node is composed of its name, its facts, and its environment."
# Retrieve a node from the node source, with some additional munging