Hi Guys,

I'm trying to figure out a way to do this and here is what I'm
thinking. I have some database servers that use different ports and I
would like to set this in the role :

role :db,  "192.168.10.1", :primary => true, :port => "3306"
role :db,  "192.168.10.1", :port => "3307"
role :db,  "192.168.10.2", :no_release => true, :replica =>
true, :port => "3307"
role :db,  "192.168.10.3", :no_release => true, :replica => true, :
port => "3307"

How can I later in a task pull the :port ?


--~--~---------~--~----~------------~-------~--~----~
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/capistrano
-~----------~----~----~----~------~----~------~--~---

Reply via email to