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:01:59 -0400
commit136ea88e56022aa0b4e5d0569ccbd05515e85bce (patch)
tree4abfc56b5fd4941ce3711c4e5f25283bcc7f379b
parent226b610eba8b9a4c9aab4b78a5bcfca04ae06efb (diff)
Add names to builders
-rw-r--r--template.json2
1 files changed, 2 insertions, 0 deletions
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": [
"<esc><esc><enter><wait>",
"/install/vmlinuz noapic preseed/url=http://{{ .HTTPIP }}:{{ .HTTPPort }}/preseed.cfg ",
@@ -55,6 +56,7 @@
},
{
"type": "vmware-iso",
+ "name": "vmware",
"boot_command": [
"<esc><esc><enter><wait>",
"/install/vmlinuz noapic preseed/url=http://{{ .HTTPIP }}:{{ .HTTPPort }}/preseed.cfg ",