I have the following entry in my VagrantFile:
config.vm.box_check_update = false
Which is what I found in the Vagrant Docs under the "AUTOMATIC UPDATE CHECKING" heading. To my surprise, however, my box updated and cleaned all my installed software and configuration.
What am I missing here? Why in the world have all my stuff disappeared even if the box was updated?