-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBerksfile
160 lines (126 loc) · 4.42 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
site :opscode
group :servertemplate do
cookbook "rightscale",
git: "git://github.com/rightscale/rightscale_cookbooks.git",
branch: "v13.5.0-LTS",
rel: "cookbooks/rightscale"
cookbook "logging",
git: "git://github.com/rightscale/rightscale_cookbooks.git",
branch: "v13.5.0-LTS",
rel: "cookbooks/logging"
cookbook "logging_rsyslog",
git: "git://github.com/rightscale/rightscale_cookbooks.git",
branch: "v13.5.0-LTS",
rel: "cookbooks/logging_rsyslog"
cookbook "logging_syslog_ng",
git: "git://github.com/rightscale/rightscale_cookbooks.git",
branch: "v13.5.0-LTS",
rel: "cookbooks/logging_syslog_ng"
cookbook "block_device",
git: "git://github.com/rightscale/rightscale_cookbooks.git",
branch: "v13.5.0-LTS",
rel: "cookbooks/block_device"
cookbook "sys",
git: "git://github.com/rightscale/rightscale_cookbooks.git",
branch: "v13.5.0-LTS",
rel: "cookbooks/sys"
cookbook "sys_dns",
git: "git://github.com/rightscale/rightscale_cookbooks.git",
branch: "v13.5.0-LTS",
rel: "cookbooks/sys_dns"
cookbook "sys_ntp",
git: "git://github.com/rightscale/rightscale_cookbooks.git",
branch: "v13.5.0-LTS",
rel: "cookbooks/sys_ntp"
cookbook "sys_firewall",
git: "git://github.com/rightscale/rightscale_cookbooks.git",
branch: "v13.5.0-LTS",
rel: "cookbooks/sys_firewall"
cookbook "web_apache",
git: "git://github.com/rightscale/rightscale_cookbooks.git",
branch: "v13.5.0-LTS",
rel: "cookbooks/web_apache"
cookbook "app",
git: "git://github.com/rightscale/rightscale_cookbooks.git",
branch: "v13.5.0-LTS",
rel: "cookbooks/app"
cookbook "app_django",
git: "git://github.com/rightscale/rightscale_cookbooks.git",
branch: "v13.5.0-LTS",
rel: "cookbooks/app_django"
cookbook "app_jboss",
git: "git://github.com/rightscale/rightscale_cookbooks.git",
branch: "v13.5.0-LTS",
rel: "cookbooks/app_jboss"
cookbook "app_passenger",
git: "git://github.com/rightscale/rightscale_cookbooks.git",
branch: "v13.5.0-LTS",
rel: "cookbooks/app_passenger"
cookbook "app_php",
git: "git://github.com/rightscale/rightscale_cookbooks.git",
branch: "v13.5.0-LTS",
rel: "cookbooks/app_php"
cookbook "app_tomcat",
git: "git://github.com/rightscale/rightscale_cookbooks.git",
branch: "v13.5.0-LTS",
rel: "cookbooks/app_tomcat"
cookbook "memcached",
git: "git://github.com/rightscale/rightscale_cookbooks.git",
branch: "v13.5.0-LTS",
rel: "cookbooks/memcached"
cookbook "repo",
git: "git://github.com/rightscale/rightscale_cookbooks.git",
branch: "v13.5.0-LTS",
rel: "cookbooks/repo"
cookbook "repo_ftp",
git: "git://github.com/rightscale/rightscale_cookbooks.git",
branch: "v13.5.0-LTS",
rel: "cookbooks/repo_ftp"
cookbook "repo_git",
git: "git://github.com/rightscale/rightscale_cookbooks.git",
branch: "v13.5.0-LTS",
rel: "cookbooks/repo_git"
cookbook "repo_ros",
git: "git://github.com/rightscale/rightscale_cookbooks.git",
branch: "v13.5.0-LTS",
rel: "cookbooks/repo_ros"
cookbook "repo_rsync",
git: "git://github.com/rightscale/rightscale_cookbooks.git",
branch: "v13.5.0-LTS",
rel: "cookbooks/repo_rsync"
cookbook "repo_svn",
git: "git://github.com/rightscale/rightscale_cookbooks.git",
branch: "v13.5.0-LTS",
rel: "cookbooks/repo_svn"
cookbook "cloudmonitoring",
git: "git://github.com/rightscale/rackspace_cookbooks.git",
branch: "v13.5.0-LTS",
rel: "cloudmonitoring"
cookbook "driveclient",
git: "git://github.com/rightscale/rackspace_cookbooks.git",
branch: "v13.5.0-LTS",
rel: "driveclient"
cookbook "db",
git: "git://github.com/rightscale/rightscale_cookbooks.git",
branch: "v13.5.0-LTS",
rel: "cookbooks/db"
cookbook "db_mysql",
git: "git://github.com/rightscale/rightscale_cookbooks.git",
branch: "v13.5.0-LTS",
rel: "cookbooks/db_mysql"
cookbook "db_postgres",
git: "git://github.com/rightscale/rightscale_cookbooks.git",
branch: "v13.5.0-LTS",
rel: "cookbooks/db_postgres"
cookbook "rsss",
git: "git://github.com/rgeyer-rs-cookbooks/rsss.git"
cookbook "apt", "~> 1.10.0"
end
group :vagrant_only do
cookbook "yum"
cookbook "rightscaleshim",
git: "https://github.com/rgeyer-rs-cookbooks/rightscaleshim.git"
cookbook "system",
git: "git://github.com/xhost-cookbooks/system.git"
cookbook "resolver"
end