summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Campbell <justin@justincampbell.me>2015-04-16 17:01:39 -0400
committerJustin Campbell <justin@justincampbell.me>2015-04-16 17:05:26 -0400
commit966450ac05d0bebbd2d99a0e78d18b867d55dfa0 (patch)
treef84315abb4d5435151beb35f09080621c7c96987
parent046723a9d148ceedc4f4d4fd3ad03af6b64fb3b1 (diff)
Add names to builders
-rw-r--r--template.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/template.json b/template.json
index c2f77d8..41479ec 100644
--- a/template.json
+++ b/template.json
@@ -28,7 +28,7 @@
"builders": [
{
"type": "virtualbox-iso",
- "name": "virtualbox",
+ "name": "VirtualBox",
"boot_command": [
"<esc><esc><enter><wait>",
"/install/vmlinuz noapic preseed/url=http://{{ .HTTPIP }}:{{ .HTTPPort }}/preseed.cfg ",
@@ -56,7 +56,7 @@
},
{
"type": "vmware-iso",
- "name": "vmware",
+ "name": "VMware",
"boot_command": [
"<esc><esc><enter><wait>",
"/install/vmlinuz noapic preseed/url=http://{{ .HTTPIP }}:{{ .HTTPPort }}/preseed.cfg ",