Add clearing shared folders to packaging [closes GH-104]

This commit is contained in:
Mitchell Hashimoto 2010-07-08 23:19:50 -07:00
parent 0ebdf88144
commit 62a3adb7dd
1 changed files with 1 additions and 0 deletions

View File

@ -79,6 +79,7 @@ module Vagrant
# package - Export and package the VM # package - Export and package the VM
package = Builder.new do package = Builder.new do
use Action[:halt] use Action[:halt]
use VM::ClearSharedFolders
use VM::Export use VM::Export
use VM::Package use VM::Package
end end