remove obsolete ssh_wait_timeout from examples

This commit is contained in:
Matthew Hooker 2018-01-30 23:30:25 -08:00
parent 76b2ce8604
commit 2452f0788b
No known key found for this signature in database
GPG Key ID: 7B5F933D9CE8C6A1
4 changed files with 4 additions and 4 deletions

View File

@ -37,7 +37,7 @@
"ssh_password": "vagrant",
"ssh_port": 22,
"ssh_username": "root",
"ssh_wait_timeout": "10000s",
"ssh_timeout": "10000s",
"type": "qemu",
"vm_name": "{{ user `template` }}.raw",
"net_device": "virtio-net",

View File

@ -37,7 +37,7 @@ self-install. Still, the example serves to show the basic configuration:
"parallels_tools_flavor": "lin",
"ssh_username": "packer",
"ssh_password": "packer",
"ssh_wait_timeout": "30s",
"ssh_timeout": "30s",
"shutdown_command": "echo 'packer' | sudo -S shutdown -P now"
}
```

View File

@ -33,7 +33,7 @@ the settings here.
"source_path": "source.pvm",
"ssh_username": "packer",
"ssh_password": "packer",
"ssh_wait_timeout": "30s",
"ssh_timeout": "30s",
"shutdown_command": "echo 'packer' | sudo -S shutdown -P now"
}
```

View File

@ -47,7 +47,7 @@ to files, URLS for ISOs and checksums.
"ssh_username": "root",
"ssh_password": "s0m3password",
"ssh_port": 22,
"ssh_wait_timeout": "30s",
"ssh_timeout": "30s",
"vm_name": "tdhtest",
"net_device": "virtio-net",
"disk_interface": "virtio",