diff options
author | elijah <elijah@riseup.net> | 2012-12-07 18:43:58 -0800 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2012-12-07 18:43:58 -0800 |
commit | 155d744f6c6f94709925f0674f510b3064b6608e (patch) | |
tree | fdc64de2527184c90404918d05c77bf9d5171937 /lib | |
parent | f511984870bd372170de3a5547f5bb5cf31788e3 (diff) | |
download | leap_cli-155d744f6c6f94709925f0674f510b3064b6608e.tar.gz leap_cli-155d744f6c6f94709925f0674f510b3064b6608e.tar.bz2 |
added natdnshostresolver1 to Vagrantfile
Diffstat (limited to 'lib')
-rw-r--r-- | lib/leap_cli/commands/vagrant.rb | 1 |
1 files changed, 1 insertions, 0 deletions
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 |