Skip to content

Commit

Permalink
fix cookbook dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Gruenewald authored and Christian Requena committed Jul 14, 2013
1 parent 8164428 commit 3ddb4d8
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 1 deletion.
1 change: 1 addition & 0 deletions dependencies/metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
depends "ruby_enterprise"
depends "ruby"
depends "gem_support"
depends "packages"

attribute "dependencies/gems",
:display_name => "Gems to install",
Expand Down
3 changes: 3 additions & 0 deletions deploy/metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@
recipe "deploy::logrotate", "Logrotate configuration for log files in shared/log/"

depends 'dependencies'
depends 'apache2'
depends 'mod_php5_apache2'
depends 'nginx'
2 changes: 2 additions & 0 deletions mod_php5_apache2/metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@
version "0.1"

supports "ubuntu"

depends "apache2"
1 change: 1 addition & 0 deletions opsworks_ganglia/metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@
recipe "opsworks_ganglia::monitor-disk", "Monitor Disk Stats"
recipe "opsworks_ganglia::monitor-apache", "Monitor Apache Stats"

depends 'apache2'
depends 'opsworks_commons'
2 changes: 1 addition & 1 deletion passenger_apache2/metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
long_description IO.read(File.join(File.dirname(__FILE__), 'README.rdoc'))
version "0.11"

%w{ packages apache2 rails }.each do |cb|
%w{ packages gem_support apache2 nginx unicorn rails }.each do |cb|
depends cb
end

Expand Down
1 change: 1 addition & 0 deletions rails/metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
recipe "rails::configure", "Re-configure a Rails application"

depends "apache2"
depends "deploy"
depends "nginx"

attribute "rails",
Expand Down
2 changes: 2 additions & 0 deletions ruby/metadata.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
depends 'opsworks_bundler'
depends 'opsworks_rubygems'
1 change: 1 addition & 0 deletions ruby_enterprise/metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@
supports "ubuntu"

depends 'opsworks_rubygems'
depends 'opsworks_bundler'

0 comments on commit 3ddb4d8

Please sign in to comment.