-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBerksfile
More file actions
55 lines (47 loc) · 4.38 KB
/
Berksfile
File metadata and controls
55 lines (47 loc) · 4.38 KB
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
source "https://supermarket.getchef.com"
metadata
cookbook 'opsworks-wrapper-cookbooks', git: "https://github.com/c-styles/opsworks-wrapper-cookbooks.git", branch: "master"
#nest
cookbook 'apt'
cookbook 'yum'
cookbook 'imagemagick'
cookbook 'td-agent', git: "https://github.com/treasure-data/chef-td-agent.git"
cookbook 'webmin', git: "https://github.com/c-styles/webmin.git", branch: "master"
#AWS opsworks cookbook for chef 11.10
opsworks_cookbook_repositry="https://github.com/aws/opsworks-cookbooks.git"
opsworks_cookbook_branch="release-chef-11.10"
cookbook 'agent_version', git: opsworks_cookbook_repositry,rel:"agent_version", branch: opsworks_cookbook_branch
cookbook 'apache2', git: opsworks_cookbook_repositry,rel:"apache2", branch: opsworks_cookbook_branch
cookbook 'dependencies', git: opsworks_cookbook_repositry,rel:"dependencies", branch: opsworks_cookbook_branch
cookbook 'deploy', git: opsworks_cookbook_repositry,rel:"deploy", branch: opsworks_cookbook_branch
cookbook 'ebs', git: opsworks_cookbook_repositry,rel:"ebs", branch: opsworks_cookbook_branch
cookbook 'gem_support', git: opsworks_cookbook_repositry,rel:"gem_support", branch: opsworks_cookbook_branch
cookbook 'haproxy', git: opsworks_cookbook_repositry,rel:"haproxy", branch: opsworks_cookbook_branch
cookbook 'memcached', git: opsworks_cookbook_repositry,rel:"memcached", branch: opsworks_cookbook_branch
cookbook 'mod_php5_apache2', git: opsworks_cookbook_repositry,rel:"mod_php5_apache2", branch: opsworks_cookbook_branch
cookbook 'mysql', git: opsworks_cookbook_repositry,rel:"mysql", branch: opsworks_cookbook_branch
cookbook 'nginx', git: opsworks_cookbook_repositry,rel:"nginx", branch: opsworks_cookbook_branch
cookbook 'opsworks_agent_monit', git: opsworks_cookbook_repositry,rel:"opsworks_agent_monit", branch: opsworks_cookbook_branch
cookbook 'opsworks_aws_flow_ruby', git: opsworks_cookbook_repositry,rel:"opsworks_aws_flow_ruby", branch: opsworks_cookbook_branch
cookbook 'opsworks_berkshelf', git: opsworks_cookbook_repositry,rel:"opsworks_berkshelf", branch: opsworks_cookbook_branch
cookbook 'opsworks_bundler', git: opsworks_cookbook_repositry,rel:"opsworks_bundler", branch: opsworks_cookbook_branch
cookbook 'opsworks_cleanup', git: opsworks_cookbook_repositry,rel:"opsworks_cleanup", branch: opsworks_cookbook_branch
cookbook 'opsworks_commons', git: opsworks_cookbook_repositry,rel:"opsworks_commons", branch: opsworks_cookbook_branch
cookbook 'opsworks_custom_cookbooks', git: opsworks_cookbook_repositry,rel:"opsworks_custom_cookbooks", branch: opsworks_cookbook_branch
cookbook 'opsworks_ganglia', git: opsworks_cookbook_repositry,rel:"opsworks_ganglia", branch: opsworks_cookbook_branch
cookbook 'opsworks_initial_setup', git: opsworks_cookbook_repositry,rel:"opsworks_initial_setup", branch: opsworks_cookbook_branch
cookbook 'opsworks_java', git: opsworks_cookbook_repositry,rel:"opsworks_java", branch: opsworks_cookbook_branch
cookbook 'opsworks_nodejs', git: opsworks_cookbook_repositry,rel:"opsworks_nodejs", branch: opsworks_cookbook_branch
cookbook 'opsworks_rubygems', git: opsworks_cookbook_repositry,rel:"opsworks_rubygems", branch: opsworks_cookbook_branch
cookbook 'opsworks_shutdown', git: opsworks_cookbook_repositry,rel:"opsworks_shutdown", branch: opsworks_cookbook_branch
cookbook 'opsworks_stack_state_sync', git: opsworks_cookbook_repositry,rel:"opsworks_stack_state_sync", branch: opsworks_cookbook_branch
cookbook 'packages', git: opsworks_cookbook_repositry,rel:"packages", branch: opsworks_cookbook_branch
cookbook 'passenger_apache2', git: opsworks_cookbook_repositry,rel:"passenger_apache2", branch: opsworks_cookbook_branch
cookbook 'php', git: opsworks_cookbook_repositry,rel:"php", branch: opsworks_cookbook_branch
cookbook 'rails', git: opsworks_cookbook_repositry,rel:"rails", branch: opsworks_cookbook_branch
cookbook 'ruby', git: opsworks_cookbook_repositry,rel:"ruby", branch: opsworks_cookbook_branch
cookbook 'scm_helper', git: opsworks_cookbook_repositry,rel:"scm_helper", branch: opsworks_cookbook_branch
cookbook 'ssh_host_keys', git: opsworks_cookbook_repositry,rel:"ssh_host_keys", branch: opsworks_cookbook_branch
cookbook 'ssh_users', git: opsworks_cookbook_repositry,rel:"ssh_users", branch: opsworks_cookbook_branch
cookbook 'test_suite', git: opsworks_cookbook_repositry,rel:"test_suite", branch: opsworks_cookbook_branch
cookbook 'unicorn', git: opsworks_cookbook_repositry,rel:"unicorn", branch: opsworks_cookbook_branch