Skip to content

Commit

Permalink
Rename ssh_wait_timeout to ssh_timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanScherer committed Feb 26, 2020
1 parent 0cb9853 commit 4ddfe0e
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions windows_2008_r2.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"shutdown_command": "shutdown /s /t 10 /f /d p:4:1 /c \"Packer Shutdown\"",
"ssh_password": "vagrant",
"ssh_username": "vagrant",
"ssh_wait_timeout": "6h",
"ssh_timeout": "6h",
"tools_upload_flavor": "windows",
"type": "vmware-iso",
"vmx_data": {
Expand Down Expand Up @@ -52,7 +52,7 @@
"shutdown_command": "shutdown /s /t 10 /f /d p:4:1 /c \"Packer Shutdown\"",
"ssh_password": "vagrant",
"ssh_username": "vagrant",
"ssh_wait_timeout": "6h",
"ssh_timeout": "6h",
"type": "virtualbox-iso"
}
],
Expand Down
4 changes: 2 additions & 2 deletions windows_2008_r2_core.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"shutdown_command": "shutdown /s /t 10 /f /d p:4:1 /c \"Packer Shutdown\"",
"ssh_password": "vagrant",
"ssh_username": "vagrant",
"ssh_wait_timeout": "2h",
"ssh_timeout": "2h",
"tools_upload_flavor": "windows",
"type": "vmware-iso",
"vmx_data": {
Expand Down Expand Up @@ -48,7 +48,7 @@
"shutdown_command": "shutdown /s /t 10 /f /d p:4:1 /c \"Packer Shutdown\"",
"ssh_password": "vagrant",
"ssh_username": "vagrant",
"ssh_wait_timeout": "2h",
"ssh_timeout": "2h",
"type": "virtualbox-iso"
}
],
Expand Down
4 changes: 2 additions & 2 deletions windows_2012.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"shutdown_command": "shutdown /s /t 10 /f /d p:4:1 /c \"Packer Shutdown\"",
"ssh_password": "vagrant",
"ssh_username": "vagrant",
"ssh_wait_timeout": "2h",
"ssh_timeout": "2h",
"tools_upload_flavor": "windows",
"type": "vmware-iso",
"vmx_data": {
Expand Down Expand Up @@ -50,7 +50,7 @@
"shutdown_command": "shutdown /s /t 10 /f /d p:4:1 /c \"Packer Shutdown\"",
"ssh_password": "vagrant",
"ssh_username": "vagrant",
"ssh_wait_timeout": "2h",
"ssh_timeout": "2h",
"type": "virtualbox-iso"
}
],
Expand Down
4 changes: 2 additions & 2 deletions windows_2012_r2_hyperv.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"shutdown_command": "shutdown /s /t 10 /f /d p:4:1 /c \"Packer Shutdown\"",
"ssh_password": "vagrant",
"ssh_username": "vagrant",
"ssh_wait_timeout": "6h",
"ssh_timeout": "6h",
"tools_upload_flavor": "windows",
"type": "vmware-iso",
"vmx_data": {
Expand Down Expand Up @@ -50,7 +50,7 @@
"shutdown_command": "shutdown /s /t 10 /f /d p:4:1 /c \"Packer Shutdown\"",
"ssh_password": "vagrant",
"ssh_username": "vagrant",
"ssh_wait_timeout": "6h",
"ssh_timeout": "6h",
"type": "virtualbox-iso"
}
],
Expand Down
6 changes: 3 additions & 3 deletions windows_7.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"shutdown_command": "shutdown /s /t 10 /f /d p:4:1 /c \"Packer Shutdown\"",
"ssh_password": "vagrant",
"ssh_username": "vagrant",
"ssh_wait_timeout": "8h",
"ssh_timeout": "8h",
"type": "qemu",
"accelerator": "kvm",
"output_directory": "windows_7-qemu",
Expand Down Expand Up @@ -56,7 +56,7 @@
"shutdown_command": "shutdown /s /t 10 /f /d p:4:1 /c \"Packer Shutdown\"",
"ssh_password": "vagrant",
"ssh_username": "vagrant",
"ssh_wait_timeout": "8h",
"ssh_timeout": "8h",
"tools_upload_flavor": "windows",
"type": "vmware-iso",
"vmx_data": {
Expand Down Expand Up @@ -90,7 +90,7 @@
"shutdown_command": "shutdown /s /t 10 /f /d p:4:1 /c \"Packer Shutdown\"",
"ssh_password": "vagrant",
"ssh_username": "vagrant",
"ssh_wait_timeout": "8h",
"ssh_timeout": "8h",
"type": "virtualbox-iso",
"vboxmanage": [
[
Expand Down
4 changes: 2 additions & 2 deletions windows_81.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"shutdown_command": "shutdown /s /t 10 /f /d p:4:1 /c \"Packer Shutdown\"",
"ssh_password": "vagrant",
"ssh_username": "vagrant",
"ssh_wait_timeout": "4h",
"ssh_timeout": "4h",
"tools_upload_flavor": "windows",
"type": "vmware-iso",
"vmx_data": {
Expand Down Expand Up @@ -50,7 +50,7 @@
"shutdown_command": "shutdown /s /t 10 /f /d p:4:1 /c \"Packer Shutdown\"",
"ssh_password": "vagrant",
"ssh_username": "vagrant",
"ssh_wait_timeout": "4h",
"ssh_timeout": "4h",
"type": "virtualbox-iso",
"vboxmanage": [
[
Expand Down

0 comments on commit 4ddfe0e

Please sign in to comment.