summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Fishner <KFishner@gmail.com>2015-04-16 14:51:08 -0700
committerKevin Fishner <KFishner@gmail.com>2015-04-16 14:51:08 -0700
commit856c8a77d28e586718840a3884a6aee3c4672f9b (patch)
tree960d45052ea8974ab2ef1d34d582a38db319d8a7
parent51c886a4736fae20b40593e8cc1ae99007fbfaf6 (diff)
move push to the top
-rw-r--r--template.json10
1 files 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": [
"<esc><esc><enter><wait>",
"/install/vmlinuz noapic preseed/url=http://{{ .HTTPIP }}:{{ .HTTPPort }}/preseed.cfg ",
@@ -56,7 +58,6 @@
},
{
"type": "vmware-iso",
- "name": "VMware",
"boot_command": [
"<esc><esc><enter><wait>",
"/install/vmlinuz noapic preseed/url=http://{{ .HTTPIP }}:{{ .HTTPPort }}/preseed.cfg ",
@@ -108,8 +109,5 @@
"version": "0.0.1"
}
}]
- ],
- "push": {
- "name": ""
- }
+ ]
}