Package clears forwarded ports prior to exporting
This commit is contained in:
parent
409be1146f
commit
9679000820
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue