Merge pull request #782 from samos123/master
Vagrant, skip synchronize tasks (bug #697)pull/786/head
commit
f2cf323ecf
|
@ -93,7 +93,7 @@ Vagrant.configure("2") do |config|
|
||||||
"flannel_interface" => ip,
|
"flannel_interface" => ip,
|
||||||
"flannel_backend_type" => "host-gw",
|
"flannel_backend_type" => "host-gw",
|
||||||
"local_release_dir" => "/vagrant/temp",
|
"local_release_dir" => "/vagrant/temp",
|
||||||
"download_run_once" => "True"
|
"download_run_once" => "False"
|
||||||
}
|
}
|
||||||
config.vm.network :private_network, ip: ip
|
config.vm.network :private_network, ip: ip
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue