forked from lagotto/lagotto
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCheffile
25 lines (23 loc) · 857 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
## !/usr/bin/env ruby
# ^syntax detection
site 'http://community.opscode.com/api/v1'
cookbook "lagotto",
:git => "[email protected]:articlemetrics/lagotto-cookbook.git"
cookbook "ruby",
:git => "[email protected]:articlemetrics/ruby-cookbook.git"
cookbook "passenger_nginx",
:git => "[email protected]:articlemetrics/passenger_nginx-cookbook.git"
cookbook "mysql_rails",
:git => "[email protected]:articlemetrics/mysql_rails-cookbook.git"
cookbook "capistrano",
:git => "[email protected]:articlemetrics/capistrano-cookbook.git"
cookbook "dotenv",
:git => "[email protected]:articlemetrics/dotenv-cookbook.git"
cookbook "mysql",
:git => "[email protected]:articlemetrics/mysql.git"
cookbook "database", "~> 2.3.1"
cookbook "memcached"
cookbook "phantomjs"
cookbook "couchdb"
cookbook "postfix"
cookbook "redisio"