Vagrant::Config.run do |config|
  config.vm.box = "centos"
  config.vm.host_name = "test"
  config.ssh.max_tries = 333
end
