Skip to content

v1.2.1

Compare
Choose a tag to compare
@legal90 legal90 released this 22 Aug 06:31
· 565 commits to master since this release

Fix:

  • Reboot the VM right after Parallels Tools installation/upgrade [GH-133]

Enhancement:

  • Added post-comm customization step. It works like other customization commands, but it triggers during the VM boot, right after Vagrant will be able to execute a commands in the VM.

Usage example:

  config.vm.provider "parallels" do |v|
    v.customize('post-comm', ["exec", :id, "date > /boot_time"])
  end