summaryrefslogtreecommitdiffstats
path: root/lib/puppet/node.rb
diff options
context:
space:
mode:
authorLuke Kanies <luke@madstop.com>2007-09-21 13:07:34 -0500
committerLuke Kanies <luke@madstop.com>2007-09-21 13:07:34 -0500
commit7740cd497f936859fa5213c34dae485b5b70ba60 (patch)
tree9deae991695493bdfdadbab5bd39367bed6c5144 /lib/puppet/node.rb
parent4e8b6712b688b23d6cb33f5829d3b15fe9d6833c (diff)
downloadpuppet-7740cd497f936859fa5213c34dae485b5b70ba60.tar.gz
puppet-7740cd497f936859fa5213c34dae485b5b70ba60.tar.xz
puppet-7740cd497f936859fa5213c34dae485b5b70ba60.zip
The indirector specs now all pass. I think I need
to add a few more specs, though.
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 852f98a99..f8ede1858 100644
--- a/lib/puppet/node.rb
+++ b/lib/puppet/node.rb
@@ -9,7 +9,7 @@ class Puppet::Node
extend Puppet::Indirector
# Use the node source as the indirection terminus.
- indirects :node, :to => :node_source
+ indirects :node
# Add the node-searching methods. This is what people will actually
# interact with that will find the node with the list of names or