-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathBerksfile
22 lines (19 loc) · 983 Bytes
/
Berksfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
site :opscode
metadata
cookbook 'rs-haproxy', github: 'rightscale-cookbooks/rs-haproxy', tag: 'v1.1.3'
cookbook 'haproxy', github: 'rightscale-cookbooks-contrib/haproxy', branch: 'rs-fixes'
cookbook 'collectd', github: 'rightscale-cookbooks-contrib/chef-collectd', branch: 'generalize_install_for_both_centos_and_ubuntu'
cookbook 'rs-base', github: 'rightscale-cookbooks/rs-base', tag: 'v1.1.2'
group :integration do
cookbook 'apt', '~> 2.6.0'
cookbook 'yum-epel', '~> 0.4.0'
cookbook 'build-essential', '~> 1.4.4'
cookbook 'mysql', github: 'rightscale-cookbooks-contrib/mysql', branch: 'COOK-2100'
cookbook 'rs-application_php', github: 'rightscale-cookbooks/rs-application_php'
cookbook 'application_php', github: 'rightscale-cookbooks-contrib/application_php', branch: 'template_fix_and_application_cookbook_upgrade'
cookbook 'curl'
cookbook 'fake', path: './test/cookbooks/fake'
cookbook 'chef-sugar'
cookbook 'hostsfile'
cookbook 'rhsm', '~> 1.0.0'
end