Class Puppet::FileServing::Content
In: lib/puppet/file_serving/content.rb
Parent: Puppet::FileServing::Base

A class that handles retrieving file contents. It only reads the file when its content is specifically asked for.

Methods

Attributes

content  [W] 

Public Class methods

Public Instance methods

BF: we used to fetch the file content here, but this is counter-productive for puppetmaster streaming of file content. So collect just returns itself

Read the content of our file in.

[Validate]