1 diff --git a/lib/vagrant/bundler.rb b/lib/vagrant/bundler.rb
2 index 336ac1e05..1bfd84c0d 100644
3 --- a/lib/vagrant/bundler.rb
4 +++ b/lib/vagrant/bundler.rb
5 @@ -470,7 +470,7 @@ module Vagrant
7 system_plugins = plugins.map do |plugin_name, plugin_info|
8 plugin_name if plugin_info["system"]
10 + end.compact << "bundler"
11 installer_set = VagrantSet.new(:both)
12 installer_set.system_plugins = system_plugins