vagrant: Upgrade vmware box to Centos 7.4

The Centos 7.1 box is currently bugged (shared folders not working)
This commit is contained in:
Johannes Meyer 2017-10-12 11:35:23 +02:00
parent 29df5464cb
commit 84d2cd0561
1 changed files with 1 additions and 1 deletions

2
Vagrantfile vendored
View File

@ -41,7 +41,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
end
config.vm.provider :vmware_workstation do |v, override|
override.vm.box = "bento/centos-7.1"
override.vm.box = "bento/centos-7.4"
v.vmx["memsize"] = "1024"
v.vmx["numvcpus"] = "1"