Update builder types to reflect upstream renames

This commit is contained in:
Andrei Vladescu-Olt 2014-01-06 23:24:30 +01:00 committed by Aaron Bull Schaefer
parent 7817ab3d4a
commit e8d547cee6

View file

@ -6,7 +6,7 @@
},
"builders": [
{
"type": "virtualbox",
"type": "virtualbox-iso",
"iso_url": "{{user `iso_url`}}",
"iso_checksum": "{{user `iso_checksum`}}",
"iso_checksum_type": "{{user `iso_checksum_type`}}",
@ -25,7 +25,7 @@
"shutdown_command": "systemctl start poweroff.timer"
},
{
"type": "vmware",
"type": "vmware-iso",
"iso_url": "{{user `iso_url`}}",
"iso_checksum": "{{user `iso_checksum`}}",
"iso_checksum_type": "{{user `iso_checksum_type`}}",