lib/remote_run/configuration.rb in remote_run-0.1.1 vs lib/remote_run/configuration.rb in remote_run-0.1.2
- old
+ new
@@ -67,9 +67,15 @@
while @hosts.empty?
sleep(0.5)
end
@hosts
end
+
+ def start_ssh_master_connections
+ hosts.each do |host|
+ host.start_ssh_master_connection
+ end
+ end
end
class TaskManager
attr_reader :tasks