blob: 6aa8025a64a82c6918b61757c96ea729077db694 (
plain)
1
2
3
4
5
6
7
|
require 'puppet/node'
require 'puppet/indirector/rest'
class Puppet::Node::Rest < Puppet::Indirector::REST
desc "This will eventually be a REST-based mechanism for finding nodes. It is currently non-functional."
# TODO/FIXME
end
|