Created
December 23, 2014 17:10
-
-
Save mattgray/0a72e8d61a5ca115c406 to your computer and use it in GitHub Desktop.
Test Kitchen .kitchen.local.yml to enable Virtualbox Vagrant backend to use Host DNS for VPN
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
driver: | |
name: vagrant | |
customize: | |
natdnshostresolver1: 'on' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Put this alongside your regular .kitchen.yaml file.