Add clearing shared folders to packaging [closes GH-104]
This commit is contained in:
parent
0ebdf88144
commit
62a3adb7dd
|
@ -79,6 +79,7 @@ module Vagrant
|
|||
# package - Export and package the VM
|
||||
package = Builder.new do
|
||||
use Action[:halt]
|
||||
use VM::ClearSharedFolders
|
||||
use VM::Export
|
||||
use VM::Package
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue