ytti,
Here's the changes that I made as per your post for lines 37-42:
rescue => error
puts "We had the following error on node #{node}:\n#{error}"
end
}
end
Process.waitall
else
@hosts = @host.split(/\s*,\s*/)
@hosts.each do |host|
@host = host
<lines 37 ... 42>
end
end
end
I've tried different orders of nodes to see what would happen and it seems that what ever the first node is then that would be the device that would be output.
Thanks again