summaryrefslogtreecommitdiffstats
path: root/lib/puppet/node.rb
diff options
context:
space:
mode:
authorLuke Kanies <luke@madstop.com>2008-03-17 00:23:59 -0500
committerLuke Kanies <luke@madstop.com>2008-03-17 00:23:59 -0500
commit4e76626dcad80bc5bb50f2c4ada21e6d3f4bbd83 (patch)
tree734df466c8f1021755dc6e833fe6bc04739a400f /lib/puppet/node.rb
parentab720489b491b00be2a0340f0b3aa4e186089281 (diff)
parentbba0b43a594273b82721b6e272aa5d95ab4e89f1 (diff)
downloadpuppet-4e76626dcad80bc5bb50f2c4ada21e6d3f4bbd83.tar.gz
puppet-4e76626dcad80bc5bb50f2c4ada21e6d3f4bbd83.tar.xz
puppet-4e76626dcad80bc5bb50f2c4ada21e6d3f4bbd83.zip
Merge branch '0.24.x' of ssh://reductivelabs.com/opt/rl/git/puppet into 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 c0628ecdc..c39f364bc 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