From 8017610762d754b49473dbec24c92d53fe5b1163 Mon Sep 17 00:00:00 2001 From: Thibault Date: Mon, 26 Apr 2021 19:49:59 +0200 Subject: [PATCH] feat: update packer templates --- packer/templates/pro/ubuntu_1404_pro.json | 4 ++-- packer/templates/pro/windows_2008_r2_pro.json | 4 ++-- packer/templates/ubuntu_1404.json | 8 ++++---- packer/templates/windows_2008_r2.json | 8 ++++---- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/packer/templates/pro/ubuntu_1404_pro.json b/packer/templates/pro/ubuntu_1404_pro.json index e87ab2f..2cd42f4 100644 --- a/packer/templates/pro/ubuntu_1404_pro.json +++ b/packer/templates/pro/ubuntu_1404_pro.json @@ -25,7 +25,7 @@ "communicator": "ssh", "ssh_username": "vagrant", "ssh_password": "vagrant", - "ssh_wait_timeout": "2h", + "ssh_timeout": "2h", "shutdown_command": "echo 'packer' | sudo -S shutdown -P now", "guest_os_type": "Ubuntu_64", "tools_upload_flavor": "linux", @@ -63,7 +63,7 @@ "communicator": "ssh", "ssh_username": "vagrant", "ssh_password": "vagrant", - "ssh_wait_timeout": "2h", + "ssh_timeout": "2h", "shutdown_command": "echo 'packer' | sudo -S shutdown -P now", "guest_os_type": "Ubuntu_64", "disk_size": 40000, diff --git a/packer/templates/pro/windows_2008_r2_pro.json b/packer/templates/pro/windows_2008_r2_pro.json index e240214..6f86060 100644 --- a/packer/templates/pro/windows_2008_r2_pro.json +++ b/packer/templates/pro/windows_2008_r2_pro.json @@ -10,7 +10,7 @@ "communicator": "ssh", "ssh_username": "vagrant", "ssh_password": "vagrant", - "ssh_wait_timeout": "2h", + "ssh_timeout": "2h", "shutdown_command": "shutdown /s /t 10 /f /d p:4:1 /c \"Packer Shutdown\"", "guest_os_type": "winServer2008Standard-64", "tools_upload_flavor": "windows", @@ -54,7 +54,7 @@ "communicator": "ssh", "ssh_username": "vagrant", "ssh_password": "vagrant", - "ssh_wait_timeout": "2h", + "ssh_timeout": "2h", "shutdown_command": "shutdown /s /t 10 /f /d p:4:1 /c \"Packer Shutdown\"", "guest_os_type": "Windows2008_64", "disk_size": 61440, diff --git a/packer/templates/ubuntu_1404.json b/packer/templates/ubuntu_1404.json index 3234be1..31a56f0 100644 --- a/packer/templates/ubuntu_1404.json +++ b/packer/templates/ubuntu_1404.json @@ -24,7 +24,7 @@ "communicator": "ssh", "ssh_username": "vagrant", "ssh_password": "vagrant", - "ssh_wait_timeout": "2h", + "ssh_timeout": "2h", "shutdown_command": "echo 'packer' | sudo -S shutdown -P now", "guest_os_type": "ubuntu", "disk_size": 40000, @@ -58,7 +58,7 @@ "communicator": "ssh", "ssh_username": "vagrant", "ssh_password": "vagrant", - "ssh_wait_timeout": "2h", + "ssh_timeout": "2h", "shutdown_command": "echo 'packer' | sudo -S shutdown -P now", "guest_os_type": "ubuntu-64", "tools_upload_flavor": "linux", @@ -96,7 +96,7 @@ "communicator": "ssh", "ssh_username": "vagrant", "ssh_password": "vagrant", - "ssh_wait_timeout": "2h", + "ssh_timeout": "2h", "shutdown_command": "echo 'packer' | sudo -S shutdown -P now", "guest_os_type": "Ubuntu_64", "disk_size": 40000, @@ -142,7 +142,7 @@ "accelerator": "kvm", "ssh_username": "vagrant", "ssh_password": "vagrant", - "ssh_wait_timeout": "2h", + "ssh_timeout": "2h", "shutdown_command": "echo 'packer' | sudo -S shutdown -P now", "disk_size": 40000, "vm_name": "metasploitable3-ub1404", diff --git a/packer/templates/windows_2008_r2.json b/packer/templates/windows_2008_r2.json index 7a49cd4..072795c 100644 --- a/packer/templates/windows_2008_r2.json +++ b/packer/templates/windows_2008_r2.json @@ -9,7 +9,7 @@ "communicator": "ssh", "ssh_username": "vagrant", "ssh_password": "vagrant", - "ssh_wait_timeout": "2h", + "ssh_timeout": "2h", "shutdown_command": "shutdown /s /t 10 /f /d p:4:1 /c \"Packer Shutdown\"", "guest_os_type": "win-2008", "parallels_tools_flavor": "win", @@ -49,7 +49,7 @@ "communicator": "ssh", "ssh_username": "vagrant", "ssh_password": "vagrant", - "ssh_wait_timeout": "2h", + "ssh_timeout": "2h", "shutdown_command": "shutdown /s /t 10 /f /d p:4:1 /c \"Packer Shutdown\"", "guest_os_type": "windows7srv-64", "disk_size": 61440, @@ -92,7 +92,7 @@ "communicator": "ssh", "ssh_username": "vagrant", "ssh_password": "vagrant", - "ssh_wait_timeout": "2h", + "ssh_timeout": "2h", "shutdown_command": "shutdown /s /t 10 /f /d p:4:1 /c \"Packer Shutdown\"", "guest_os_type": "Windows2008_64", "disk_size": 61440, @@ -144,7 +144,7 @@ "accelerator": "kvm", "ssh_username": "vagrant", "ssh_password": "vagrant", - "ssh_wait_timeout": "2h", + "ssh_timeout": "2h", "shutdown_command": "shutdown /s /t 10 /f /d p:4:1 /c \"Packer Shutdown\"", "disk_size": 61440, "format": "qcow2",