lib/vagrant-g5k/provider.rb in vagrant-g5k-0.0.10 vs lib/vagrant-g5k/provider.rb in vagrant-g5k-0.0.11
- old
+ new
@@ -14,10 +14,10 @@
# given action.
action_method = "action_#{name}"
return Action.send(action_method) if Action.respond_to?(action_method)
nil
end
-
+
def ssh_info
# Run a custom action called "read_ssh_info" which does what it
# says and puts the resulting SSH info into the `:machine_ssh_info`
# key in the environment.
env = @machine.action("read_ssh_info", lock: false)