forked from karmi/chef-hello-cloud
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Berksfile
32 lines (28 loc) · 967 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
# Install cookbooks with:
#
# $ berks install --shims ./site-cookbooks/
#
# Pre-requisites:
#
# * [gecode](http://www.gecode.org) : $ brew install gecode
# * `berkshelf` gem : $ gem install berkshelf
# Base
#------------------------------------------------------------------------------
cookbook 'build-essential'
cookbook 'apt'
cookbook 'curl'
cookbook 'vim'
cookbook 'git'
cookbook 'monit'
# Webserver
#------------------------------------------------------------------------------
cookbook 'nginx'
cookbook 'haproxy'
# Database
#------------------------------------------------------------------------------
cookbook 'postgresql', :git => "git://github.com/vhyza/postgresql.git"
cookbook 'redisio', :git => "git://github.com/vhyza/redisio.git"
# Search
#------------------------------------------------------------------------------
cookbook 'java'
cookbook 'elasticsearch', :git => 'git://github.com/karmi/cookbook-elasticsearch.git'