Closed johnagan closed 9 years ago
https://github.com/engineyard/eycap/blob/master/lib/eycap/recipes/database.rb#L14
pointed to :role => :db but it's looking for database.yml, which would be on the app server
Maybe a fix would be to load environment variables in another task assigned to the :app role
Tracking internally with ticket M-160.
https://github.com/engineyard/eycap/blob/master/lib/eycap/recipes/database.rb#L14
pointed to :role => :db but it's looking for database.yml, which would be on the app server