Galera server dependency for testing will not install

without bumping up the size of our Vagrant box
This commit is contained in:
Travis Truman 2016-03-25 14:27:26 -04:00
parent 82f43ad21f
commit e1d7eb4071
1 changed files with 4 additions and 0 deletions

4
Vagrantfile vendored
View File

@ -1,5 +1,9 @@
Vagrant.configure(2) do |config|
config.vm.box = "ubuntu/trusty64"
config.vm.provider "virtualbox" do |v|
v.memory = 2048
v.cpus = 2
end
config.vm.provision "shell", inline: <<-SHELL
sudo su -
cd /vagrant