-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBerksfile
84 lines (64 loc) · 2.19 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
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 "apt", "~> 1.10.0"
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 "gitolite",
git: "git://github.com/rgeyer-rs-cookbooks/gitolite.git"
cookbook "subversion"
cookbook "rs_user_policy",
git: "git://github.com/rgeyer/rs_user_policy.git",
rel: "cookbooks/rs_user_policy"
cookbook "cseutils",
path: "./cookbook/cseutils"
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