hashicorp/vagrant · error
vagrant.plugins.local.install_rerun_command
Error message
vagrant.plugins.local.install_rerun_command
What it means
Error "vagrant.plugins.local.install_rerun_command" thrown in hashicorp/vagrant.
Source
Thrown at lib/vagrant/environment.rb:1063
end
needs_install.each do |name|
pconfig = Util::HashWithIndifferentAccess.new(config_plugins[name])
ui.info(I18n.t("vagrant.commands.plugin.installing", name: name))
options = {sources: Vagrant::Bundler::DEFAULT_GEM_SOURCES.dup, env_local: true}
options[:sources] = pconfig[:sources] if pconfig[:sources]
options[:require] = pconfig[:entry_point] if pconfig[:entry_point]
options[:version] = pconfig[:version] if pconfig[:version]
spec = Plugin::Manager.instance.install_plugin(name, **options)
ui.info(I18n.t("vagrant.commands.plugin.installed",
name: spec.name, version: spec.version.to_s))
end
ui.info("\n")
# Force halt after installation and require command to be run again. This
# will properly load any new locally installed plugins which are now available.
ui.warn(I18n.t("vagrant.plugins.local.install_rerun_command"))
exit(-1)
end
if Vagrant::Plugin::Manager.instance.local_file
Vagrant::Plugin::Manager.instance.local_file.installed_plugins
else
{}
end
end
# This method copies the private keys into the home directory if they
# do not already exist. The `default_private_key_path` references the
# original rsa based private key and is retained for compatibility. The
# `default_private_keys_directory` contains the list of valid private
# keys supported by Vagrant.
#
# NOTE: The keys are copied because `ssh` requires that the key is chmod
# 0600, but if Vagrant is installed as a separate user, then the
# effective uid won't be able to read the key. So the key is copiedView on GitHub (pinned to 35f3160f4a)
When it happens
Trigger: Thrown at lib/vagrant/environment.rb:1063 when the library encounters an invalid state.
Common situations: See trigger scenarios.
AI-assisted analysis of hashicorp/vagrant@35f3160f4a (2026-08-21).
Data as JSON: /api/errors/20ff012c2ccf8ffc.
Report an issue: GitHub.