forked from map7/chef-solo
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Cheffile
55 lines (45 loc) · 1.51 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
#!/usr/bin/env ruby
#^syntax detection
site 'http://community.opscode.com/api/v1'
cookbook 'build-essential'
cookbook 'couchdb'
cookbook 'erlang'
cookbook 'git'
cookbook 'nginx',
#:git => 'https://github.com/opscode/cookbooks'
# Switch to Dmytro's version of cookbook until pull request approved:
# https://github.com/cookbooks/nginx/pull/4
#
:git => 'git://github.com/dmytro/nginx.git'
cookbook 'redis',
:git => 'git://github.com/dmytro/chef-redis.git'
# :git => 'https://github.com/scalarium/example-cookbooks'
cookbook 'unicorn'
cookbook 'wkhtmltopdf',
:git => 'https://github.com/Nextfave/cookbooks.git'
cookbook 'rvm',
:git => 'git://github.com/fnichol/chef-rvm.git'
##
# For Elasticsearch Java cookbook is requried
#
cookbook 'java'
cookbook 'elasticsearch',
# :git => 'git://github.com/gosquared/elasticsearch-cookbook.git'
:git => '[email protected]:elasticsearch/cookbook-elasticsearch.git'
cookbook 'munin',
:git => '[email protected]:dmytro/munin-solo.git'
cookbook 'git_committer',
:git => '[email protected]:dmytro/git_committer.git'
cookbook 'github_keys', '~>0.0.2',
:git => '[email protected]:dmytro/github_keys.git'
cookbook 'chef-solo-search', '~>0.4.0',
:git => 'https://github.com/edelight/chef-solo-search.git'
# cookbook 'chef-client'
cookbook 'imagemagick'
cookbook 'apache2', '>= 1.0.0'
cookbook 'memcached'
# cookbook 'rvm',
# :git => 'https://github.com/fnichol/chef-rvm'
# cookbook 'postgresql',
# :git => 'https://github.com/findsyou/cookbooks',
# :ref => 'postgresql-improvements'