-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cheffile
27 lines (20 loc) · 1.1 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
#!/usr/bin/env ruby
site 'http://community.opscode.com/api/v1'
cookbook 'runit'
cookbook 'supervisor'
cookbook 'memcached'
cookbook 'nginx'
#cookbook 'locale'
# 'locale' cookbook only sets LANG at run time
cookbook 'set_locale', :git => 'git://github.com/rchampourlier/vagrant-stacks.git', :path => 'cookbooks'
cookbook 'postgresql'
# this encapsulates postgresql::server and ensures the UTF8 locale is set
cookbook 'postgresql_server_utf8', :git => 'git://github.com/rchampourlier/vagrant-stacks.git', :path => 'cookbooks'
cookbook 'simple_iptables', :git => 'git://github.com/dcrosta/cookbook-simple-iptables'
# our custom cookbooks
cookbook 'djangosite', :git => 'git://github.com/mikek/webdev-cookbooks.git'
cookbook 'iptables_generic', :git => 'git://github.com/mikek/webdev-cookbooks.git'
cookbook 'nginx_configs', :git => 'git://github.com/mikek/webdev-cookbooks.git'
cookbook 'postgresql_tsearch2', :git => 'git://github.com/mikek/webdev-cookbooks.git'
cookbook 'supervisor_django', :git => 'git://github.com/mikek/webdev-cookbooks.git'
cookbook 'overrides', :git => 'git://github.com/mikek/webdev-cookbooks.git'