summaryrefslogtreecommitdiffstats
path: root/lib/puppet/node.rb
diff options
context:
space:
mode:
authorLuke Kanies <luke@madstop.com>2008-03-24 16:37:48 -0500
committerLuke Kanies <luke@madstop.com>2008-03-24 16:37:48 -0500
commit017f6730aa4b8afcc0f8da80c79eb6981a1ad6b9 (patch)
treeaf020b8ea4eda42258502328482511989da5bfb5 /lib/puppet/node.rb
parent30f0fc0b1ce1900b6d94ec61ddb17fa1fdfdae5a (diff)
downloadpuppet-017f6730aa4b8afcc0f8da80c79eb6981a1ad6b9.tar.gz
puppet-017f6730aa4b8afcc0f8da80c79eb6981a1ad6b9.tar.xz
puppet-017f6730aa4b8afcc0f8da80c79eb6981a1ad6b9.zip
Moved the configuration of the Node cache to the puppetmasterd
executable, since it otherwise causes caches to be used in all cases, which we don't want (e.g., bin/puppet was using them).
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 c39f364bc..c0628ecdc 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, :cache_class => :yaml, :doc => "Where to find node information.
+ indirects :node, :terminus_setting => :node_terminus, :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