Reload VM after running customization blocks

This commit is contained in:
Mitchell Hashimoto 2011-07-07 23:41:19 -07:00
parent a0cf0c3761
commit 17e86c40fc
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ module Vagrant
env.ui.info I18n.t("vagrant.actions.vm.customize.running")
env.env.config.vm.run_procs!(env["vm"].vm)
env["vm"].vm.save
env["vm"].reload!
end
@app.call(env)