Skip to content
This repository was archived by the owner on Jan 10, 2023. It is now read-only.

Commit e9263ed

Browse files
committed
Merge pull request #113 from linc01n/hotfix/match_kitchen_with_vagrantfile
Match Kitchen network config with Vagrantfile
2 parents af7d078 + 35040e1 commit e9263ed

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.kitchen.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
driver:
33
name: vagrant
44
require_chef_omnibus: 11.16.2
5+
network:
6+
- ["private_network", {ip: "192.168.50.10"}]
57

68
driver_config:
79
customize:

0 commit comments

Comments
 (0)