README.md in chef-provisioning-vsphere-0.5.7 vs README.md in chef-provisioning-vsphere-0.5.8
- old
+ new
@@ -74,9 +74,10 @@
## Supported machine bootstrapping options
- `[:use_linked_clone]` - (true/false) great for testing but not recommended for production.
- `[:datacenter]` - Name of vsphere datacenter (*required*)
- `[:template_name]` - path to vmware template (can be template or a shutown vm) (*required*)
+- `[:template_folder]` - path to a folder containing the template (do not use if template is in the root vm folder)
- `[:vm_folder]` - path to a folder where the machine will be created.
- `[:datastore]` - name of datastore to use
- `[:num_cpus]` - number of cpus to allocate to machine
- `[:network_name]` - array of network names to use. A NIC will be added for each
- `[:memory_mb]` - number of megabytes to allocate for machine