Shouldn't the "Simple Task" on the http://capistranorb.com/ site be:

role :demo, %w{example.com example.org example.net}task :uptime do
  on roles(:demo), in: :parallel do |host|
    uptime = capture(:uptime)
    puts "#{host.hostname} reports: #{uptime}"
  endend


I think the "|host|" is on the wrong line.

-- 
You received this message because you are subscribed to the Google Groups 
"Capistrano" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/capistrano/83fa74ab-d95b-4bf8-8fb0-a17357e47456%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to