-
Notifications
You must be signed in to change notification settings - Fork 22
/
Berksfile
27 lines (13 loc) · 1.36 KB
/
Berksfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
source "https://api.berkshelf.com"
cookbook 'build-essential', '~> 1.4.4'
cookbook "opsworks_commons", git: "https://github.com/aws/opsworks-cookbooks.git", branch: "release-chef-11.4", rel: "opsworks_commons"
cookbook "opsworks_initial_setup", git: "https://github.com/aws/opsworks-cookbooks.git", branch: "release-chef-11.4", rel: "opsworks_initial_setup"
cookbook "mod_php5_apache2", git: "https://github.com/aws/opsworks-cookbooks.git", branch: "release-chef-11.4", rel: "mod_php5_apache2"
cookbook "ssh_users", git: "https://github.com/aws/opsworks-cookbooks.git", branch: "release-chef-11.4", rel: "ssh_users"
cookbook "opsworks_agent_monit", git: "https://github.com/aws/opsworks-cookbooks.git", branch: "release-chef-11.4", rel: "opsworks_agent_monit"
cookbook "opsworks_java", git: "https://github.com/aws/opsworks-cookbooks.git", branch: "release-chef-11.4", rel: "opsworks_java"
cookbook "gem_support", git: "https://github.com/aws/opsworks-cookbooks.git", branch: "release-chef-11.4", rel: "gem_support"
cookbook "dependencies", git: "https://github.com/aws/opsworks-cookbooks.git", branch: "release-chef-11.4", rel: "dependencies"
cookbook "deploy", git: "https://github.com/aws/opsworks-cookbooks.git", branch: "release-chef-11.4", rel: "deploy"
cookbook "rails", git: "https://github.com/aws/opsworks-cookbooks.git", branch: "release-chef-11.4", rel: "rails"
metadata