generator_files/Vagrantfile.erb in berkshelf-2.0.18 vs generator_files/Vagrantfile.erb in berkshelf-3.0.0.beta1

- old
+ new

@@ -60,9 +60,12 @@ # end # # View the documentation for the provider you're using for more # information on available options. + config.ssh.max_tries = 40 + config.ssh.timeout = 120 + # The path to the Berksfile to use with Vagrant Berkshelf # config.berkshelf.berksfile_path = "./Berksfile" # Enabling the Berkshelf plugin. To enable this globally, add this configuration # option to your ~/.vagrant.d/Vagrantfile file