Merge pull request #782 from samos123/master

Vagrant, skip synchronize tasks (bug #697)
This commit is contained in:
Antoine Legrand
2016-12-21 11:18:20 +01:00
committed by GitHub

2
Vagrantfile vendored
View File

@ -93,7 +93,7 @@ Vagrant.configure("2") do |config|
"flannel_interface" => ip,
"flannel_backend_type" => "host-gw",
"local_release_dir" => "/vagrant/temp",
"download_run_once" => "True"
"download_run_once" => "False"
}
config.vm.network :private_network, ip: ip