forked from harvard-dce/mh-opsworks-recipes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.kitchen.yml
51 lines (39 loc) · 1.05 KB
/
.kitchen.yml
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
39
40
41
42
43
44
45
46
47
48
49
50
51
---
driver:
name: vagrant
provisioner:
name: chef_solo
require_chef_omnibus: 11.10.4
platforms:
- name: ubuntu-14.04
suites:
- name: default
run_list:
- recipe[mh-opsworks-recipes::install-mh-base-packages]
- name: utils
run_list:
- recipe[mh-opsworks-recipes::install-utils]
- name: user-creation
run_list:
- recipe[mh-opsworks-recipes::create-matterhorn-user]
- name: storage-server
run_list:
- recipe[mh-opsworks-recipes::nfs-export]
- name: ffmpeg
run_list:
- recipe[mh-opsworks-recipes::install-ffmpeg]
- name: nginx-proxy
run_list:
- recipe[mh-opsworks-recipes::configure-nginx-proxy]
- name: nginx-engage-proxy
run_list:
- recipe[mh-opsworks-recipes::configure-engage-nginx-proxy]
- name: sh-to-bash
run_list:
- recipe[mh-opsworks-recipes::set-bash-as-default-shell]
- name: set-timezone
run_list:
- recipe[mh-opsworks-recipes::set-timezone]
- name: populate-maven-cache
run_list:
- recipe[mh-opsworks-recipes::populate-maven-cache]