-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cheffile
38 lines (25 loc) · 868 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
#!/usr/bin/env ruby
#^syntax detection
# Vagrant Chef Howto - http://bit.ly/RPC4uI
#
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'
# Librarian setup for Rails rvm install
# TODO: add a cookbook or recipe for apt-get update
cookbook 'apt',
git: 'https://github.com/opscode-cookbooks/apt.git'
cookbook 'build-essential'
cookbook 'git',
git: 'https://github.com/fnichol/chef-git.git'
cookbook 'rvm',
git: 'git://github.com/fnichol/chef-rvm.git', ref: 'v0.8.6'
cookbook 'mysql',
git: 'https://github.com/opscode-cookbooks/mysql.git'
#cookbook 'nginx',
#:git => 'https://github.com/opscode-cookbooks/nginx'