From cd1fa379790be5815423cf3eb33a021b117f6bf1 Mon Sep 17 00:00:00 2001 From: Aaron Bull Schaefer Date: Thu, 22 Aug 2013 13:18:30 -0700 Subject: [PATCH] Adjust timings for download of install.sh and ssh --- arch-template.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/arch-template.json b/arch-template.json index 00d2971..a6bed38 100644 --- a/arch-template.json +++ b/arch-template.json @@ -8,12 +8,11 @@ "boot_wait": "5s", "boot_command": [ "", - "/usr/bin/curl -O https://raw.github.com/elasticdog/packer-arch/master/install.sh", + "/usr/bin/curl -O https://raw.github.com/elasticdog/packer-arch/master/install.sh", "/usr/bin/bash ./install.sh" ], "ssh_username": "vagrant", "ssh_password": "vagrant", - "ssh_wait_timeout": "10m", "shutdown_command": "systemctl poweroff" } ]