From 136ea88e56022aa0b4e5d0569ccbd05515e85bce 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 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/template.json b/template.json index a1be949..c2f77d8 100644 --- a/template.json +++ b/template.json @@ -28,6 +28,7 @@ "builders": [ { "type": "virtualbox-iso", + "name": "virtualbox", "boot_command": [ "", "/install/vmlinuz noapic preseed/url=http://{{ .HTTPIP }}:{{ .HTTPPort }}/preseed.cfg ", @@ -55,6 +56,7 @@ }, { "type": "vmware-iso", + "name": "vmware", "boot_command": [ "", "/install/vmlinuz noapic preseed/url=http://{{ .HTTPIP }}:{{ .HTTPPort }}/preseed.cfg ", -- cgit v1.2.3