Eric,

> I am trying to figure out how to get a task to only fire one time.

Tasks run once, they shouldn't run "once per server" they do run "once on
each server"

If you then have a task that should run on only one server in your group,
you need to isolate it somehow, name it with a responsibility, or give it a
tag, such as how the default recipe names a primary DB server.

-- 
* You received this message because you are subscribed to the Google Groups 
"Capistrano" group.
* To post to this group, send email to capistrano@googlegroups.com
* To unsubscribe from this group, send email to 
capistrano+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/capistrano?hl=en

Reply via email to