Using the following Packer Template, the vm_name doesn't actually change 
the vm name when it is opened in Fusion? Just the .vmx file?

So when I open the newly created VM - it appears as "clone of base_image" 
rather than "new_vm_name". 

Is this how it is meant to be? and if not, how am I suppose to change it 
properly?



"builders": [
{
"type": "vmware-vmx",

"vm_name": "new_vm_name",

"source_path": "{{ user `base_image` }}",
"output_directory": "{{ user `output_dir` }}",

"ssh_username": "{{ user `username` }}",
"ssh_password": "{{ user `password` }}",

"shutdown_command": "echo '{{ user `password ` }}' | sudo -S shutdown -h 
now",
"shutdown_timeout": "10m",

"headless": true
}
],

-- 
This mailing list is governed under the HashiCorp Community Guidelines - 
https://www.hashicorp.com/community-guidelines.html. Behavior in violation of 
those guidelines may result in your removal from this mailing list.

GitHub Issues: https://github.com/mitchellh/packer/issues
IRC: #packer-tool on Freenode
--- 
You received this message because you are subscribed to the Google Groups 
"Packer" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/packer-tool/64cbdfdd-17fb-4bbb-b02f-3b5eebd7536f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to