소스 검색

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

Andrea Campi 12 년 전
부모
커밋
a59d4f7730
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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