Skip to content

Commit

Permalink
Remove ROLES wrapper as the tasks being called now specify ROLES
Browse files Browse the repository at this point in the history
  • Loading branch information
mbailey committed Sep 9, 2008
1 parent 673236a commit 06845d6
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions lib/deprec/recipes/rails.rb
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,9 @@
top.deprec.ruby.install
top.deprec.rubygems.install

deprec2.for_roles('web') do
top.deprec.nginx.install
end
top.deprec.nginx.install

# XXX check this out before removing - Mike
deprec2.for_roles('app') do
top.deprec.svn.install
top.deprec.git.install
Expand All @@ -73,15 +72,10 @@
top.deprec.rails.install
end

deprec2.for_roles('web,app') do
top.deprec.logrotate.install
end
top.deprec.logrotate.install

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

end

Expand Down

0 comments on commit 06845d6

Please sign in to comment.