public
Description: Server automation framework and application
Homepage: http://reductivelabs.com/trac/puppet/
Clone URL: git://github.com/lak/puppet.git
Click here to lend your support to: puppet and make a donation at www.pledgie.com !
100644 12 lines (9 sloc) 0.337 kb
1
2
3
4
5
6
7
8
9
10
11
12
#
# Created by Luke Kanies on 2007-10-18.
# Copyright (c) 2007. All rights reserved.
 
require 'puppet/file_serving/content'
require 'puppet/indirector/file_content'
require 'puppet/indirector/rest'
 
class Puppet::Indirector::FileContent::Rest < Puppet::Indirector::REST
    desc "Retrieve file contents via a REST HTTP interface."
end