Update cookbooks

This commit is contained in:
Greg Karékinian
2016-04-16 00:15:56 +02:00
parent 3854ab7232
commit c50b096c37
127 changed files with 1792 additions and 7431 deletions

View File

@@ -0,0 +1,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"