v1.2.0
Fixes (only for Parallels Desktop 10):
- Port Forwarding feature added. SSH sessions are working through the forwarded port by default.
- All Password Restrictions will be disabled while the
vagrant up
[GH-67]
Enhancement:
- Turned back an advanced synced folders for Linux, like it is implemented in the VirtualBox provider:
- Added
regen_box_uuid
customization option, which istrue
by default.
Being forced tofalse
, this option disables an automatic regeneration of box UUID. In this case theSMBIOS UUID
of each new VM will be copied from the box (template). It allows to save the activation status of Windows-based virtual machines.
How to use:
config.vm.provider "parallels" do |v|
v.regen_box_uuid = false
end
Bunch of refactoring