mirror of
https://github.com/elasticdog/packer-arch.git
synced 2026-07-17 16:36:26 +00:00
Update builder types to reflect upstream renames
This commit is contained in:
parent
7817ab3d4a
commit
e8d547cee6
1 changed files with 2 additions and 2 deletions
|
|
@ -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`}}",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue