-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathBerksfile
32 lines (24 loc) · 1.02 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
28
29
30
31
32
metadata
cookbook 'bluebox', :git => 'git@github.blueboxgrid.com:chef/bluebox.git'
cookbook 'user', :git => 'https://github.com/fnichol/chef-user.git'
cookbook 'group', :git => 'git://github.com/bbg-cookbooks/chef-group.git'
cookbook 'sudo'
cookbook 'yum'
cookbook 'apt'
cookbook 'git'
cookbook 'java'
cookbook 'tomcat', :git => 'git://github.com/bbg-cookbooks/tomcat.git', :ref => 'bluebox'
cookbook 'ruby_build', :git => 'git://github.com/fnichol/chef-ruby_build.git'
cookbook 'rbenv', :git => 'git://github.com/fnichol/chef-rbenv.git'
cookbook 'nginx', :git => 'git://github.com/bbg-cookbooks/nginx.git', :ref => 'bluebox'
### db
# required by database cookbook :\
cookbook 'aws'
cookbook 'xfs'
cookbook 'mysql'
cookbook 'openssl'
cookbook 'postgresql', :git => 'git://github.com/opscode-cookbooks/postgresql.git'
cookbook 'database'
group "bluebox_internal" do
cookbook 'bbg_repositories', :git => 'git@github.blueboxgrid.com:chef/bbg_repositories.git'
end