瀏覽代碼

COOK-316, add recipes to metadata for all cookbooks

jtimberman 14 年之前
父節點
當前提交
6e39954742
共有 2 個文件被更改,包括 16 次插入4 次删除
  1. 8 2
      metadata.json
  2. 8 2
      metadata.rb

文件差異過大導致無法顯示
+ 8 - 2
metadata.json


+ 8 - 2
metadata.rb

@@ -1,9 +1,15 @@
 maintainer       "Opscode, Inc."
 maintainer_email "cookbooks@opscode.com"
 license          "Apache 2.0"
-description      "Deploys and configures a Rails application from databag 'apps'"
+description      "Deploys and configures a variety of applications defined from databag 'apps'"
 long_description  IO.read(File.join(File.dirname(__FILE__), 'README.md'))
-version          "0.6.0"
+version          "0.6.1"
+recipe           "application", "Loads application databags and selects recipes to use"
+recipe           "application::passenger-nginx", "Installs Ruby Enterprise with Passenger under Nginx"
+recipe           "application::passenger_apache2", "Sets up a deployed Rails application as a Passenger virtual host in Apache2"
+recipe           "application::rails", "Deploys a Rails application specified in a data bag with the deploy_revision resource"
+recipe           "application::rails_nginx_ree_passenger", "Deprecated recipe that deployed a rails application under Ruby Enterprise Edition, Passenger and Nginx"
+recipe           "application::unicorn", "Sets up the deployed Rails application with Unicorn as the web server"
 
 %w{ ruby_enterprise passenger_enterprise runit unicorn apache2 passenger_apache2}.each do |cb|
   depends cb

部分文件因文件數量過多而無法顯示