Commit c416f6e1 authored by Tyler Tidman's avatar Tyler Tidman

Remove ssh_wait_timeout from doc basic examples for virtualbox/vmware builders. Fixes GH-2382.

parent 7ca59841
...@@ -33,7 +33,6 @@ Ubuntu to self-install. Still, the example serves to show the basic configuratio ...@@ -33,7 +33,6 @@ Ubuntu to self-install. Still, the example serves to show the basic configuratio
"iso_checksum_type": "md5", "iso_checksum_type": "md5",
"ssh_username": "packer", "ssh_username": "packer",
"ssh_password": "packer", "ssh_password": "packer",
"ssh_wait_timeout": "30s",
"shutdown_command": "echo 'packer' | sudo -S shutdown -P now" "shutdown_command": "echo 'packer' | sudo -S shutdown -P now"
} }
``` ```
......
...@@ -39,7 +39,6 @@ the settings here. ...@@ -39,7 +39,6 @@ the settings here.
"source_path": "source.ovf", "source_path": "source.ovf",
"ssh_username": "packer", "ssh_username": "packer",
"ssh_password": "packer", "ssh_password": "packer",
"ssh_wait_timeout": "30s",
"shutdown_command": "echo 'packer' | sudo -S shutdown -P now" "shutdown_command": "echo 'packer' | sudo -S shutdown -P now"
} }
``` ```
......
...@@ -38,7 +38,6 @@ Ubuntu to self-install. Still, the example serves to show the basic configuratio ...@@ -38,7 +38,6 @@ Ubuntu to self-install. Still, the example serves to show the basic configuratio
"iso_checksum": "af5f788aee1b32c4b2634734309cc9e9", "iso_checksum": "af5f788aee1b32c4b2634734309cc9e9",
"iso_checksum_type": "md5", "iso_checksum_type": "md5",
"ssh_username": "packer", "ssh_username": "packer",
"ssh_wait_timeout": "30s",
"shutdown_command": "shutdown -P now" "shutdown_command": "shutdown -P now"
} }
``` ```
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment