Browse Source

Cleanup: this cookbook doesn't really depend on the database cookbook.

Andrea Campi 12 years ago
parent
commit
a59d4f7730
1 changed files with 1 additions and 1 deletions
  1. 1 1
      metadata.rb

+ 1 - 1
metadata.rb

@@ -15,7 +15,7 @@ recipe           "application::rails", "Deploys a Rails application specified in
 recipe           "application::tomcat", "Sets up the deployed Java application with Tomcat as the servlet container"
 recipe           "application::unicorn", "Sets up the deployed Rails application with Unicorn as the web server"
 
-%w{ runit unicorn apache2 passenger_apache2 tomcat python gunicorn php database }.each do |cb|
+%w{ runit unicorn apache2 passenger_apache2 tomcat python gunicorn php }.each do |cb|
   depends cb
 end