-
Notifications
You must be signed in to change notification settings - Fork 2
/
Brunchfile
38 lines (35 loc) · 1.13 KB
/
Brunchfile
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
---
roles:
base:
key_name: bonkydog
source_image_id: ami-3e02f257
product_image_id: ami-6031cc09
description: Ubuntu 10.04 LTS Lucid EBS boot 32 bit us-east-1 + ruby, gem, bundler, rake, thor, and chef.
flavor_id: c1.medium
ruby_version: 1.9.2
gem_version: 1.6.2
whitebox-demo-server:
key_name: bonkydog
source_image_id: ami-6031cc09
product_image_id:
description: Ubuntu 10.04 LTS Lucid EBS boot 32 bit us-east-1 + ruby, gem, bundler, rake, thor, and chef.
flavor_id: c1.medium
image_preparation: "echo 'for SERVICE in postgresql nginx; do /etc/init.d/$SERVICE stop; done'"
node:
recipes:
- build-essential
- openssl
- nginx
- postgresql::client
- postgresql::server #GGG install libpq-dev somehow
- nginx_unicorn_conf
cookbook_repositories:
- name: library
location: [email protected]:bonkydog/cookbooks.git
branch: 0.10.0
filter: true
- name: site_cookbooks
location: [email protected]:bonkydog/seekrit_cookbooks.git
filter: false
nginx_unicorn_conf:
path_to_app: /data/www/whitebox