Adjust timings for download of install.sh and ssh

This commit is contained in:
Aaron Bull Schaefer 2013-08-22 13:18:30 -07:00
parent 582b838555
commit cd1fa37979

View file

@ -8,12 +8,11 @@
"boot_wait": "5s",
"boot_command": [
"<enter><wait10><wait10>",
"/usr/bin/curl -O https://raw.github.com/elasticdog/packer-arch/master/install.sh<enter><wait10>",
"/usr/bin/curl -O https://raw.github.com/elasticdog/packer-arch/master/install.sh<enter><wait5>",
"/usr/bin/bash ./install.sh<enter>"
],
"ssh_username": "vagrant",
"ssh_password": "vagrant",
"ssh_wait_timeout": "10m",
"shutdown_command": "systemctl poweroff"
}
]