forked from huboard/huboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCheffile
38 lines (27 loc) · 756 Bytes
/
Cheffile
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
#!/usr/bin/env ruby
#^syntax detection
site 'http://community.opscode.com/api/v1'
# cookbook 'chef-client'
# cookbook 'apache2', '>= 1.0.0'
# cookbook 'rvm',
# :git => 'https://github.com/fnichol/chef-rvm'
# cookbook 'postgresql',
# :git => 'https://github.com/findsyou/cookbooks',
# :ref => 'postgresql-improvements'
cookbook 'apt'
cookbook 'git'
cookbook 'build-essential'
cookbook 'rbenv',
git: 'git://github.com/fnichol/chef-rbenv.git',
ref: "v0.7.2"
cookbook 'ruby_build'
cookbook 'nodejs',
git: 'http://github.com/mdxp/nodejs-cookbook'
cookbook 'erlang'
cookbook 'couchdb',
git: 'https://github.com/wohali/couchdb-cookbook'
cookbook 'memcached'
cookbook 'nginx'
cookbook 'runit'
cookbook 'unicorn'
cookbook 'redisio'