-
Notifications
You must be signed in to change notification settings - Fork 0
/
.kitchen.yml
35 lines (31 loc) · 887 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
32
33
34
35
---
driver:
name: vagrant
driver_config:
require_chef_omnibus: latest
provisioner:
name: chef_zero
solo_rb:
ssl_verify_mode: verify_peer
platforms:
- name: debian-7.7.0-amd64
driver_config:
box: debian-7.7.0-amd64
box_url: https://atlas.hashicorp.com/ffuenf/boxes/debian-7.7.0-amd64/versions/1.0.1/providers/virtualbox.box
- name: ubuntu-14.04.1-server-amd64
driver_config:
box: ubuntu-14.04.1-server-amd64
box_url: https://atlas.hashicorp.com/ffuenf/boxes/ubuntu-14.04.1-server-amd64/versions/1.0.1/providers/virtualbox.box
suites:
- name: default
run_list:
- recipe[dop_nginx::default]
- recipe[dop_nginx::geoip]
- recipe[dop_nginx::naxsi]
- recipe[dop_nginx::ngx_pagespeed]
attributes: {
"nginx": {
"version": "1.6.2",
"checksum": "b5608c2959d3e7ad09b20fc8f9e5bd4bc87b3bc8ba5936a513c04ed8f1391a18"
}
}