Skip to content

Commit fde4562

Browse files
committed
kitchen.yml: Added forwarded port and recipe[apt] to the runlist
1 parent ae10025 commit fde4562

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.kitchen.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,26 @@
11
---
22
driver:
33
name: vagrant
4-
5-
provisioner:
6-
require_chef_omnibus: latest
4+
network:
5+
- ["forwarded_port", {guest: 80, host: 8080, auto_correct: true}]
76

87
platforms:
98
- name: ubuntu-12.04
9+
run_list:
10+
- recipe[apt]
1011
- name: centos-6.4
1112
- name: debian-7.0-chef10
1213
driver_config:
1314
box: debian-7.0.0-chef_10.26.0-1-amd64
1415
box_url: https://onddo-vm.s3.amazonaws.com/vagrant/debian-7.0.0-chef_10.26.0-1-amd64.box
16+
run_list:
17+
- recipe[apt]
1518
- name: debian-7.0-chef11
1619
driver_config:
1720
box: debian-7.0.0-chef_11.4.4-2-amd64
1821
box_url: https://onddo-vm.s3.amazonaws.com/vagrant/debian-7.0.0-chef_11.4.4-2-amd64.box
22+
run_list:
23+
- recipe[apt]
1924

2025
suites:
2126
- name: default

0 commit comments

Comments
 (0)