From 62a3adb7dd1444c61cb8885044d75056b248de5d Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 8 Jul 2010 23:19:50 -0700 Subject: [PATCH] Add clearing shared folders to packaging [closes GH-104] --- 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 589c6f864..6992b1f2b 100644 --- a/lib/vagrant/action/builtin.rb +++ b/lib/vagrant/action/builtin.rb @@ -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