Install from our repo
diff --git a/ubuntu-14.04/template.json b/ubuntu-14.04/template.json
index a918047..2f0dccb 100644
--- a/ubuntu-14.04/template.json
+++ b/ubuntu-14.04/template.json
@@ -4,7 +4,7 @@
         "password": "{{ env `BUILD_PASSWORD` }}",
 	"do_api_token": "{{ env `DO_API_TOKEN` }}",
 	"distro": "ubuntu-14-04-x64",
-        "disk_size": 8000 
+        "disk_size": "8000"
    },
 
   "provisioners": [
@@ -189,6 +189,7 @@
       "ssh_password": "{{user `password`}}",
       "shutdown_command": "echo '{{user `password`}}'|sudo -S shutdown -P now",
       "boot_wait": "2s",
+      "ssh_wait_timeout": "10000s",
       "boot_command": [
         "<esc><wait>",
         "<esc><wait>",