diff options
author | Luke Kanies <luke@madstop.com> | 2007-12-10 21:13:48 -0600 |
---|---|---|
committer | Luke Kanies <luke@madstop.com> | 2007-12-10 21:13:48 -0600 |
commit | f127d04934b679b3e5edd7f55d31342abce3c96e (patch) | |
tree | bb8bc15e086b473bc27104cd6fcbbf548a68678e /lib/puppet/reference/node_sources.rb | |
parent | 7a4ae082c216d68092f140ed1f5cca40ffb1a09e (diff) | |
download | puppet-f127d04934b679b3e5edd7f55d31342abce3c96e.tar.gz puppet-f127d04934b679b3e5edd7f55d31342abce3c96e.tar.xz puppet-f127d04934b679b3e5edd7f55d31342abce3c96e.zip |
Fixing #951 -- external nodes work again, but you have to
set the 'node_terminus' setting to 'exec'.
Diffstat (limited to 'lib/puppet/reference/node_sources.rb')
-rw-r--r-- | lib/puppet/reference/node_sources.rb | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/puppet/reference/node_sources.rb b/lib/puppet/reference/node_sources.rb deleted file mode 100644 index 33a4c539c..000000000 --- a/lib/puppet/reference/node_sources.rb +++ /dev/null @@ -1,7 +0,0 @@ -noderef = Puppet::Util::Reference.newreference :node_source, :doc => "Sources of node configuration information" do - Puppet::Network::Handler.node.sourcedocs -end - -nodref.header = " -Nodes can be searched for in different locations. This document describes those different locations. -" |