Browse Source

COOK-316, add recipes to metadata for all cookbooks

jtimberman 14 years ago
parent
commit
6e39954742
2 changed files with 16 additions and 4 deletions
  1. 8 2
      metadata.json
  2. 8 2
      metadata.rb

File diff suppressed because it is too large
+ 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

Some files were not shown because too many files changed in this diff