diff --git a/lib/vagrant/action/builtin.rb b/lib/vagrant/action/builtin.rb index 41ee1e70d..bd8c93771 100644 --- a/lib/vagrant/action/builtin.rb +++ b/lib/vagrant/action/builtin.rb @@ -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