summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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": ""
- }
+ ]
}