Class Chef::Resource::RemoteFile
In: lib/chef/resource/remote_file.rb
Parent: Chef::Resource::File

Methods

checksum   cookbook   new   provider   source  

Included Modules

Chef::Mixin::Securable

Public Class methods

Public Instance methods

The provider that should be used for this resource.

Returns:

Chef::Provider::RemoteFile when the source is an absolute URI, like

                              http://www.google.com/robots.txt

Chef::Provider::CookbookFile when the source is a relative URI, like

                              'myscript.pl', 'dir/config.conf'

[Validate]