From 856c8a77d28e586718840a3884a6aee3c4672f9b Mon Sep 17 00:00:00 2001 From: Kevin Fishner Date: Thu, 16 Apr 2015 14:51:08 -0700 Subject: move push to the top --- template.json | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/template.json b/template.json index 41479ec..f0e3433 100644 --- a/template.json +++ b/template.json @@ -1,4 +1,7 @@ { + "push": { + "name": "" + }, "variables": { "atlas_username": "{{env `ATLAS_USERNAME`}}", "atlas_name": "{{env `ATLAS_NAME`}}" @@ -28,7 +31,6 @@ "builders": [ { "type": "virtualbox-iso", - "name": "VirtualBox", "boot_command": [ "", "/install/vmlinuz noapic preseed/url=http://{{ .HTTPIP }}:{{ .HTTPPort }}/preseed.cfg ", @@ -56,7 +58,6 @@ }, { "type": "vmware-iso", - "name": "VMware", "boot_command": [ "", "/install/vmlinuz noapic preseed/url=http://{{ .HTTPIP }}:{{ .HTTPPort }}/preseed.cfg ", @@ -108,8 +109,5 @@ "version": "0.0.1" } }] - ], - "push": { - "name": "" - } + ] } -- cgit v1.2.3