Skip to content

Commit

Permalink
deprec:rails:install_stack now installs mysql
Browse files Browse the repository at this point in the history
  • Loading branch information
mbailey committed Aug 17, 2008
1 parent 5a4e71b commit 3c44c67
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/deprec/recipes/rails.rb
Expand Up @@ -78,10 +78,10 @@
end

# Install database separately
# deprec2.for_roles('db') do
# top.deprec.mysql.install
# top.deprec.mysql.start
# end
deprec2.for_roles('db') do
top.deprec.mysql.install
top.deprec.mysql.start
end

end

Expand Down

0 comments on commit 3c44c67

Please sign in to comment.