providers/virtualbox: clean up synced folders on destroy

This commit is contained in:
Mitchell Hashimoto 2013-12-03 18:44:37 -08:00
parent 9a58917d3a
commit 832a5ef70b
1 changed files with 1 additions and 0 deletions

View File

@ -98,6 +98,7 @@ module VagrantPlugins
b3.use CleanMachineFolder
b3.use DestroyUnusedNetworkInterfaces
b3.use ProvisionerCleanup
b3.use SyncedFolderCleanup
else
b3.use MessageWillNotDestroy
end