lib/vagrant-invade/module/provision/shell/shell.rb in vagrant-invade-0.6.2 vs lib/vagrant-invade/module/provision/shell/shell.rb in vagrant-invade-0.6.3
- old
+ new
@@ -19,15 +19,10 @@
begin
# Get machine name
machine_name = @machine_name
-
- # Values for shell provision section
- name = @shell_data['name']
- path = @shell_data['path']
- binary = @shell_data['binary']
- privileged = @shell_data['privileged']
+ data = @shell_data
eruby = Erubis::Eruby.new(File.read(self.get_template_path(__FILE__)))
@result = eruby.result b
rescue TypeError, SyntaxError, SystemCallError => e
raise(e)