Method: VagrantWindows.load_script_template

Defined in:
lib/vagrant-windows.rb

.load_script_template(script_file_name, options) ⇒ Object



13
14
15
# File 'lib/vagrant-windows.rb', line 13

def self.load_script_template(script_file_name, options)
  Vagrant::Util::TemplateRenderer.render(expand_script_path(script_file_name), options)
end