:users => {
:rails => {
:status => :role,
- :members => [ :tomh, :grant ]
+ :members => [:tomh, :grant]
}
}
},
- :apt => {
- :sources => [ "brightbox-ruby-ng" ]
- },
:nfs => {
"/store/rails" => { :host => "ironbelly", :path => "/store/rails" }
},
+ :passenger => {
+ :pool_idle_time => 0
+ },
:web => {
:status => "online",
- :database_host => "db"
+ :database_host => "db",
+ :readonly_database_host => "db-slave"
}
)