From 96790008203061df138e189c1364d4a5f56541a9 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Fri, 9 Jul 2010 10:18:44 -0700 Subject: [PATCH] Package clears forwarded ports prior to exporting --- lib/vagrant/action/builtin.rb | 1 + 1 file changed, 1 insertion(+) 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