-
Notifications
You must be signed in to change notification settings - Fork 0
/
Berksfile
121 lines (93 loc) · 3.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
site :opscode
group :server_template do
cookbook "rightscale",
git: "git://github.com/rgeyer/rightscale_cookbooks-1.git",
branch: "release_20121219",
rel: "cookbooks/rightscale"
cookbook "logging",
git: "git://github.com/rgeyer/rightscale_cookbooks-1.git",
branch: "release_20121219",
rel: "cookbooks/logging"
cookbook "logging_rsyslog",
git: "git://github.com/rgeyer/rightscale_cookbooks-1.git",
branch: "release_20121219",
rel: "cookbooks/logging_rsyslog"
cookbook "logging_syslog_ng",
git: "git://github.com/rgeyer/rightscale_cookbooks-1.git",
branch: "release_20121219",
rel: "cookbooks/logging_syslog_ng"
cookbook "db",
git: "git://github.com/rgeyer/rightscale_cookbooks-1.git",
branch: "release_20121219",
rel: "cookbooks/db"
cookbook "db_mysql",
git: "git://github.com/rgeyer/rightscale_cookbooks-1.git",
branch: "release_20121219",
rel: "cookbooks/db_mysql"
cookbook "db_postgres",
git: "git://github.com/rgeyer/rightscale_cookbooks-1.git",
branch: "release_20121219",
rel: "cookbooks/db_postgres"
cookbook "block_device",
git: "git://github.com/rgeyer/rightscale_cookbooks-1.git",
branch: "release_20121219",
rel: "cookbooks/block_device"
cookbook "sys",
git: "git://github.com/rgeyer/rightscale_cookbooks-1.git",
branch: "release_20121219",
rel: "cookbooks/sys"
cookbook "sys_dns",
git: "git://github.com/rgeyer/rightscale_cookbooks-1.git",
branch: "release_20121219",
rel: "cookbooks/sys_dns"
cookbook "sys_ntp",
git: "git://github.com/rgeyer/rightscale_cookbooks-1.git",
branch: "release_20121219",
rel: "cookbooks/sys_ntp"
cookbook "sys_firewall",
git: "git://github.com/rgeyer/rightscale_cookbooks-1.git",
branch: "release_20121219",
rel: "cookbooks/sys_firewall"
cookbook "web_apache",
git: "git://github.com/rgeyer/rightscale_cookbooks-1.git",
branch: "release_20121219",
rel: "cookbooks/web_apache"
cookbook "app_wordpress",
git: "git://github.com/rgeyer-rs-cookbooks/app_wordpress.git"
cookbook "php5",
path: "~/Code/Chef/me/rgeyer-rs-cookbooks/php5"
#git: "git://github.com/rgeyer-rs-cookbooks/php5.git"
cookbook "nginx",
git: "git://github.com/rgeyer-rs-cookbooks/nginx.git"
cookbook "utils",
git: "git://github.com/rgeyer/cookbooks.git",
rel: "cookbooks/utils"
cookbook "rightscale_sandbox",
git: "https://github.com/rgeyer-rs-cookbooks/rightscale_sandbox.git"
cookbook "lnmp_aio",
path: "~/Code/Chef/me/cookbooks_st/cookbooks/lnmp_aio"
#git: "git://github.com/rgeyer-rs-cookbooks/cookbooks_st.git",
#branch: "release_20120709",
#rel: "cookbooks/lnmp_aio"
cookbook "phpmyadmin",
git: "git://github.com/rgeyer-rs-cookbooks/phpmyadmin.git"
cookbook "mail_postfix",
git: "git://github.com/rgeyer-rs-cookbooks/mail_postfix.git"
cookbook "mysql",
git: "git://github.com/rgeyer-rs-cookbooks/mysql.git"
end
group :aio_extensions_role do
cookbook "git",
git: "git://github.com/rgeyer-rs-cookbooks/git.git",
branch: "server_enhancements"
cookbook "gitolite",
git: "git://github.com/rgeyer-rs-cookbooks/gitolite.git"
end
group :vagrant_only do
cookbook "rs_vagrant_shim",
git: "https://github.com/rgeyer-rs-cookbooks/rs_vagrant_shim.git",
rel: "cookbooks/rs_vagrant_shim"
cookbook "system",
git: "git://github.com/flaccid/cookbooks.git",
rel: "cookbooks/system"
end