README.md in vagrant-vcenter-0.3.1 vs README.md in vagrant-vcenter-0.3.2
- old
+ new
@@ -1,9 +1,9 @@
[Vagrant](http://www.vagrantup.com) provider for VMware vCenter®
=============
-[Version 0.3.1](../../releases/tag/v0.3.1) has been released!
+[Version 0.3.2](../../releases/tag/v0.3.2) has been released!
-------------
Please note that this software is still Alpha/Beta quality and is not recommended for production usage.
We have a wide array of boxes available at [Vagrant Cloud](https://vagrantcloud.com/gosddc) you can use them directly or you can roll your own as you please, make sure to install VMware tools in it.
@@ -92,9 +92,10 @@
# Override the folder name based on the hostname of the VM
when /centos/
override.folder_name = 'Vagrant/centos'
when /precise/
override.folder_name = 'Vagrant/ubuntu/precise'
+ override.enable_vm_customization = false
end
end
node_config.nfs.functional = false
end
end