Package clears forwarded ports prior to exporting

This commit is contained in:
Mitchell Hashimoto 2010-07-09 10:18:44 -07:00
parent 409be1146f
commit 9679000820
1 changed files with 1 additions and 0 deletions

View File

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