From 966450ac05d0bebbd2d99a0e78d18b867d55dfa0 Mon Sep 17 00:00:00 2001 From: Justin Campbell Date: Thu, 16 Apr 2015 17:01:39 -0400 Subject: Add names to builders --- template.json | 4 ++-- 1 file 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": [ "", "/install/vmlinuz noapic preseed/url=http://{{ .HTTPIP }}:{{ .HTTPPort }}/preseed.cfg ", @@ -56,7 +56,7 @@ }, { "type": "vmware-iso", - "name": "vmware", + "name": "VMware", "boot_command": [ "", "/install/vmlinuz noapic preseed/url=http://{{ .HTTPIP }}:{{ .HTTPPort }}/preseed.cfg ", -- cgit v1.2.3