Skip to content

Commit

Permalink
application v0.99.14
Browse files Browse the repository at this point in the history
  • Loading branch information
jtimberman committed Mar 1, 2012
1 parent 549de72 commit 1645f75
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 4 additions & 0 deletions application/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v0.99.14:

* [COOK-1065] - use pip in virtualenv during deploy

## v0.99.12:

* [COOK-606] application cookbook deployment recipes should use ipaddress instead of fqdn
Expand Down
6 changes: 4 additions & 2 deletions application/metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
license "Apache 2.0"
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.99.12"
version "0.99.14"
recipe "application", "Loads application databags and selects recipes to use"
recipe "application::django", "Deploys a Django application specified in a data bag with the deploy_revision resource"
recipe "application::gunicorn", "Sets up the deployed Django application with Gunicorn as the web server"
Expand All @@ -15,6 +15,8 @@
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 apache2 php }.each do |cb|
%w{ runit unicorn apache2 passenger_apache2 tomcat gunicorn apache2 php }.each do |cb|
depends cb
end

depends "python", ">= 1.0.6"

0 comments on commit 1645f75

Please sign in to comment.