On Feb 16, 10:52 am, jmadtech <[email protected]> wrote: > Jeff, > > 2 questions: > > 1.) Can you post your role declarations?, and
role :app, '0.0.0.0', :primary => true role :web, '0.0.0.0', :primary => true role :db, '0.0.0.0', :primary => true role :app, "0.0.0.1", :condition_one => true > 2.) when you say "ignore servers that have any of two conditions..." > do you mean either condition or both conditions? i.e. restart ONLY for > servers that don't have :condition_one OR :condition_two? > Yes, if either condition is found, then do not restart. -- * You received this message because you are subscribed to the Google Groups "Capistrano" group. * To post to this group, send email to [email protected] * To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/capistrano?hl=en
