blob: 33a4c539c33f5925241c9ad043af442999c596bb (
plain)
1
2
3
4
5
6
7
|
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.
"
|