Class | Chef::Resource::RemoteFile |
In: |
lib/chef/resource/remote_file.rb
|
Parent: | Chef::Resource::File |
The provider that should be used for this resource.
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'