Missing comma in the qemu builder example

pull/6465/head
Gergely Szabo 8 years ago
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…
Cancel
Save