Class Chef::Cookbook::RemoteFileVendor
In: lib/chef/cookbook/remote_file_vendor.rb
Parent: FileVendor

Chef::Cookbook::RemoteFileVendor

This FileVendor loads files by either fetching them from the local cache, or if not available, loading them from the remote server.

Methods

Public Class methods

Public Instance methods

Implements abstract base‘s requirement. It looks in the Chef::Config.cookbook_path file hierarchy for the requested file.

[Validate]