summaryrefslogtreecommitdiffstats
path: root/lib/puppet/file_serving.rb
Commit message (Collapse)AuthorAgeFilesLines
* Adding the first pass at modifying file servingLuke Kanies2007-10-171-0/+7
to work with indirection. I've split the fileserver handler into four pieces: Mount (which so far I've just copied wholesale), Configuration (responsible for reading the configuration file and determining what's allowed), Metadata (retrieves information about the files), and Content (retrieves the actual file content). I haven't added the indirection tests yet, and the configuration tests are still all stubs.