-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBerksfile
40 lines (27 loc) · 963 Bytes
/
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
site :opscode
group :servertemplate do
cookbook "ephemeral_lvm",
git: "git://github.com/rightscale-cookbooks/ephemeral_lvm.git",
ref: '30339df6aa83c0bb825489eeacd6c82fd030c701'
cookbook "rs-machine_tag",
git: "git://github.com/rightscale-cookbooks/rs-machine_tag.git"
cookbook "machine_tag",
git: "git://github.com/rightscale-cookbooks/machine_tag.git"
cookbook "rs-base",
git: "git://github.com/rightscale-cookbooks/rs-base.git"
cookbook "marker",
git: "git://github.com/rightscale-cookbooks/marker.git"
cookbook 'collectd',
github: 'EfrainOlivares/chef-collectd',
ref: 'ec50609ed6eb193e0411f30aced91befa571940f'
cookbook "rundeck",
git: "git://github.com/priestjim/chef-rundeck.git"
cookbook "nginx"
end
group :vagrant_only do
cookbook "yum"
cookbook "yum-epel"
cookbook "rightscaleshim",
path: "/Users/ryangreyer/Code/Chef/rgeyer-rs-cookbooks/rightscaleshim"
cookbook "resolver"
end