diff --git a/lib/vagrant/machine.rb b/lib/vagrant/machine.rb index f6bad1e42..401a695dd 100644 --- a/lib/vagrant/machine.rb +++ b/lib/vagrant/machine.rb @@ -121,6 +121,7 @@ module Vagrant # Run the action with the action runner on the environment env = { + :action_name => "machine_action_#{name}".to_sym, :machine => self, :machine_action => name, :ui => @env.ui_class.new(@name)