Class Chef::Provider::CookbookFile
In: lib/chef/provider/cookbook_file.rb
Parent: Chef::Provider::File

Methods

Public Instance methods

Determine the cookbook to get the file from. If new resource sets an explicit cookbook, use it, otherwise fall back to the implicit cookbook i.e., the cookbook the resource was declared in.

Copy the file from the cookbook cache to a temporary location and then set its file access control settings.

[Validate]