Method: Chef::Resource::RightScript#source_file

Defined in:
lib/chef/providers/right_script_resource.rb

#source_file(arg = nil) ⇒ Object

(String) Path to file containing RightScript source code



76
77
78
79
80
81
82
# File 'lib/chef/providers/right_script_resource.rb', line 76

def source_file(arg=nil)
  set_or_return(
    :source_file,
    arg,
    :kind_of => [ String ]
  )
end