AVADOLearning / moodle-ubiquitous

Moodle hosting environment, targeted at developers
Other
0 stars 4 forks source link

vagrant destroy -f fails for VMs where the host is missing synced folder locations #8

Open LukeCarrier opened 6 years ago

LukeCarrier commented 6 years ago

When issuing a vagrant destroy, machines that have synced_folders pointing at directories that don't exist will throw errors about missing synced folders, even if they have not been created.

Probably not something we should try to fix ourselves, but worth some investigation to find out if it's the case in core Vagrant or related to our configuration.