Skip to content

Commit

Permalink
Add missing 'depends' entries to metadata files.
Browse files Browse the repository at this point in the history
  • Loading branch information
githuesch authored and Udo Juettner committed Feb 14, 2014
1 parent 66adcd9 commit 6834086
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 0 deletions.
1 change: 1 addition & 0 deletions dependencies/metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
depends "ruby"
depends "gem_support"
depends "packages"
depends "opsworks_nodejs"

recipe "dependencies::update", "Update all packages and gems"

Expand Down
2 changes: 2 additions & 0 deletions haproxy/metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@
:description => 'List of backend services to load balance',
:required => true,
:type => 'array'

depends 'opsworks_commons'
2 changes: 2 additions & 0 deletions opsworks_agent_monit/metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@
maintainer "AWS OpsWorks"
license "Apache 2.0"
version "1.0.0"

depends 'opsworks_initial_setup'
1 change: 1 addition & 0 deletions opsworks_custom_cookbooks/metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
recipe "opsworks_custom_cookbooks::update", "Update custom Cookbooks"

depends "scm_helper"
depends "opsworks_initial_setup"

attribute "opsworks_custom_cookbooks/repository",
:display_name => "URL to you Chef cookbooks",
Expand Down
4 changes: 4 additions & 0 deletions opsworks_ganglia/metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,7 @@
recipe "opsworks_ganglia::monitor-fd-and-sockets", "Monitor File Descriptors and Sockets"
recipe "opsworks_ganglia::monitor-disk", "Monitor Disk Stats"
recipe "opsworks_ganglia::monitor-apache", "Monitor Apache Stats"

depends 'apache2'
depends 'opsworks_commons'
depends 'opsworks_initial_setup'
3 changes: 3 additions & 0 deletions opsworks_nodejs/metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@
maintainer "AWS OpsWorks"
license "Apache 2.0"
version "1.0.0"

depends 'deploy'
depends 'opsworks_commons'
2 changes: 2 additions & 0 deletions opsworks_rubygems/metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@
maintainer "AWS OpsWorks"
license "Apache 2.0"
version "1.0.0"

depends 'opsworks_initial_setup'
2 changes: 2 additions & 0 deletions ruby/metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@

depends 'opsworks_bundler'
depends 'opsworks_rubygems'
depends 'opsworks_initial_setup'
depends 'opsworks_commons'
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 @@

depends 'opsworks_rubygems'
depends 'opsworks_bundler'
depends 'opsworks_commons'

0 comments on commit 6834086

Please sign in to comment.