diff options
author | Luke Kanies <luke@madstop.com> | 2007-10-09 10:54:21 -0500 |
---|---|---|
committer | Luke Kanies <luke@madstop.com> | 2007-10-09 10:54:21 -0500 |
commit | 32753e11d9cd731760ec8ba3c4f1ad2e3402535e (patch) | |
tree | 0b6375bdefa041a7d4fbab9745ed084fb025bc30 /lib/puppet/node.rb | |
parent | afa1dee5eb3a8b5249715e61f9894b04ab34a6ae (diff) | |
parent | 01f132d8b88467dfd314ad355f1cdf9f546945b3 (diff) | |
download | puppet-32753e11d9cd731760ec8ba3c4f1ad2e3402535e.tar.gz puppet-32753e11d9cd731760ec8ba3c4f1ad2e3402535e.tar.xz puppet-32753e11d9cd731760ec8ba3c4f1ad2e3402535e.zip |
Merge branch 'master' of git://michaelobrien.info/puppet into michael
Diffstat (limited to 'lib/puppet/node.rb')
-rw-r--r-- | lib/puppet/node.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/node.rb b/lib/puppet/node.rb index d71bd507e..9758c895c 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 + indirects :node, :terminus_class => :null # Add the node-searching methods. This is what people will actually # interact with that will find the node with the list of names or |