-
Notifications
You must be signed in to change notification settings - Fork 0
/
Berksfile
23 lines (20 loc) · 1.2 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
site :opscode
group :shared do
cookbook 'marker', github: 'rightscale-cookbooks/marker'
cookbook 'byocm-chef', github: 'rgeyer-rs-cookbooks/byocm-chef'
cookbook 'rs-base', github: 'rightscale-cookbooks/rs-base'
cookbook 'ephemeral_lvm', github: 'rightscale-cookbooks/ephemeral_lvm'
cookbook 'collectd', github: 'EfrainOlivares/chef-collectd', branch: 'generalize_install_for_both_centos_and_ubuntu'
cookbook 'rightscale_tag', github: 'rightscale-cookbooks/rightscale_tag', branch: 'white_14_03_acu111916_add_list_tags_helpers'
end
group :simplehtml_server do
cookbook 'simplehtml-webserver', github: 'rgeyer-chef-blueprints/simplehtml-webserver'
cookbook 'cloud_lb_service', path: '/Users/ryanjgeyer/Code/Chef/rgeyer-rs-cookbooks/cloud_lb_service'
cookbook 'ohai-private-ipaddress', github: 'wanelo-chef/ohai-private-ipaddress'
cookbook 'google_cloud', path: '/Users/ryanjgeyer/Code/Chef/rgeyer-rs-cookbooks/google_cloud'
cookbook 'rsc_google_cloud', path: '/Users/ryanjgeyer/Code/Chef/rgeyer-rs-cookbooks/rsc_google_cloud'
end
group :haproxy_lb do
cookbook 'haproxy', github: 'nitinmohan87/haproxy', branch: 'centos_support'
cookbook 'rs-haproxy', github: 'rightscale-cookbooks/rs-haproxy'
end