We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae10025 commit fde4562Copy full SHA for fde4562
.kitchen.yml
@@ -1,21 +1,26 @@
1
---
2
driver:
3
name: vagrant
4
-
5
-provisioner:
6
- require_chef_omnibus: latest
+ network:
+ - ["forwarded_port", {guest: 80, host: 8080, auto_correct: true}]
7
8
platforms:
9
- name: ubuntu-12.04
+ run_list:
10
+ - recipe[apt]
11
- name: centos-6.4
12
- name: debian-7.0-chef10
13
driver_config:
14
box: debian-7.0.0-chef_10.26.0-1-amd64
15
box_url: https://onddo-vm.s3.amazonaws.com/vagrant/debian-7.0.0-chef_10.26.0-1-amd64.box
16
17
18
- name: debian-7.0-chef11
19
20
box: debian-7.0.0-chef_11.4.4-2-amd64
21
box_url: https://onddo-vm.s3.amazonaws.com/vagrant/debian-7.0.0-chef_11.4.4-2-amd64.box
22
23
24
25
suites:
26
- name: default
0 commit comments