Merged
requested to merge xevix/gitlab-development-kit:feature/fix-vagrantfile-mem-facter into master
On OSX 10.10 the memory
fact doesn't exist and Vagrant dies when doing vagrant up
. This checks for a memorysize_mb
fact which does exist and lets Vagrant continue.
Addresses part of #42.