forked from brint/wordpress-cookbook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.kitchen.yml
31 lines (29 loc) · 800 Bytes
/
.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
driver_plugin: vagrant
driver_config:
require_chef_omnibus: true
platforms:
- name: ubuntu-12.04
run_list:
- recipe[apt]
- name: ubuntu-14.04
run_list:
- recipe[apt]
- name: centos-6.6
- name: centos-5.11
suites:
- name: default
run_list:
- recipe[wordpress]
attributes:
mysql:
server_root_password: "Please-Dont-Use-In-Production"
server_debian_password: "Please-Dont-Use-In-Production"
server_repl_password: "Please-Dont-Use-In-Production"
- name: nginx
run_list:
- recipe[wordpress::nginx]
attributes:
mysql:
server_root_password: "Please-Dont-Use-In-Production"
server_debian_password: "Please-Dont-Use-In-Production"
server_repl_password: "Please-Dont-Use-In-Production"