Merge pull request #188 from leseb/use-trusty-box

Upgrade to Trusty box
pull/189/head
Leseb 2015-01-19 17:42:13 +01:00
commit af7aa53ad3
1 changed files with 1 additions and 1 deletions

2
Vagrantfile vendored
View File

@ -38,7 +38,7 @@ def create_vmdk(name, size)
end
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
config.vm.box = 'hashicorp/precise64'
config.vm.box = 'ubuntu/trusty64'
config.ssh.insert_key = false # workaround for https://github.com/mitchellh/vagrant/issues/5048
(0..CLIENTS - 1).each do |i|