Skip to content

Try `memorysize_mb` Facter fact for memory if `memory` is missing.

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.

Merge request reports