From: elijah Date: Sat, 8 Dec 2012 02:43:58 +0000 (-0800) Subject: added natdnshostresolver1 to Vagrantfile X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=155d744f6c6f94709925f0674f510b3064b6608e;p=leap%2Fleap_cli.git added natdnshostresolver1 to Vagrantfile --- diff --git a/lib/leap_cli/commands/vagrant.rb b/lib/leap_cli/commands/vagrant.rb index f3c3c33..cd3e71b 100644 --- a/lib/leap_cli/commands/vagrant.rb +++ b/lib/leap_cli/commands/vagrant.rb @@ -114,6 +114,7 @@ module LeapCli; module Commands lines << %[ config.vm.box = "minimal-wheezy"] lines << %[ config.vm.box_url = "http://cloud.github.com/downloads/leapcode/minimal-debian-vagrant/minimal-wheezy.box"] lines << %[ config.vm.network :hostonly, "#{node.ip_address}", :netmask => "#{netmask}"] + lines << %[ config.vm.customize ["modifyvm", :id, "--natdnshostresolver1", "on"]] lines << %[ end] end end