Browse Source

Merge pull request #782 from samos123/master

Vagrant, skip synchronize tasks (bug #697)
pull/786/head
Antoine Legrand 8 years ago
committed by GitHub
parent
commit
f2cf323ecf
1 changed files with 1 additions and 1 deletions
  1. 2
      Vagrantfile

2
Vagrantfile

@ -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

Loading…
Cancel
Save