summaryrefslogtreecommitdiffstats
path: root/lib/puppet/indirector/node/rest.rb
blob: d8b75f6e7dd0d0d34c7208c1572def04410b1557 (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