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