Missing comma in the qemu builder example
This commit is contained in:
parent
3d1bb332e1
commit
b2098ce9d5
|
@ -36,7 +36,7 @@ to files, URLS for ISOs and checksums.
|
|||
"iso_checksum": "af4a1640c0c6f348c6c41f1ea9e192a2",
|
||||
"iso_checksum_type": "md5",
|
||||
"output_directory": "output_centos_tdhtest",
|
||||
"shutdown_command": "echo 'packer' | sudo -S shutdown -P now"
|
||||
"shutdown_command": "echo 'packer' | sudo -S shutdown -P now",
|
||||
"disk_size": 5000,
|
||||
"format": "qcow2",
|
||||
"headless": false,
|
||||
|
|
Loading…
Reference in New Issue