website: add a shutdown command to the vm builder config examples
This commit is contained in:
parent
7e909ad1c1
commit
e26d9de149
|
@ -27,7 +27,8 @@ Ubuntu to self-install. Still, the example serves to show the basic configuratio
|
||||||
"iso_url": "http://releases.ubuntu.com/12.04/ubuntu-12.04.2-server-amd64.iso",
|
"iso_url": "http://releases.ubuntu.com/12.04/ubuntu-12.04.2-server-amd64.iso",
|
||||||
"iso_md5": "af5f788aee1b32c4b2634734309cc9e9",
|
"iso_md5": "af5f788aee1b32c4b2634734309cc9e9",
|
||||||
"ssh_username": "packer",
|
"ssh_username": "packer",
|
||||||
"ssh_wait_timeout": "30s"
|
"ssh_wait_timeout": "30s",
|
||||||
|
"shutdown_command": "shutdown -P now"
|
||||||
}
|
}
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
|
|
|
@ -28,7 +28,8 @@ Ubuntu to self-install. Still, the example serves to show the basic configuratio
|
||||||
"iso_url": "http://releases.ubuntu.com/12.04/ubuntu-12.04.2-server-amd64.iso",
|
"iso_url": "http://releases.ubuntu.com/12.04/ubuntu-12.04.2-server-amd64.iso",
|
||||||
"iso_md5": "af5f788aee1b32c4b2634734309cc9e9",
|
"iso_md5": "af5f788aee1b32c4b2634734309cc9e9",
|
||||||
"ssh_username": "packer",
|
"ssh_username": "packer",
|
||||||
"ssh_wait_timeout": "30s"
|
"ssh_wait_timeout": "30s",
|
||||||
|
"shutdown_command": "shutdown -P now"
|
||||||
}
|
}
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue