Method: Chef::Provider::Package::Cab#cab_file_source
- Defined in:
- lib/chef/provider/package/cab.rb
#cab_file_source ⇒ Object
53 54 55 |
# File 'lib/chef/provider/package/cab.rb', line 53 def cab_file_source @cab_file_source ||= uri_scheme?(new_resource.source) ? download_source_file : new_resource.source end |