From e8d547cee6e9bf3dadea484af47c5dfa0aa9bfcd Mon Sep 17 00:00:00 2001 From: Andrei Vladescu-Olt Date: Mon, 6 Jan 2014 23:24:30 +0100 Subject: [PATCH] Update builder types to reflect upstream renames --- arch-template.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch-template.json b/arch-template.json index 59ea581..61fca48 100644 --- a/arch-template.json +++ b/arch-template.json @@ -6,7 +6,7 @@ }, "builders": [ { - "type": "virtualbox", + "type": "virtualbox-iso", "iso_url": "{{user `iso_url`}}", "iso_checksum": "{{user `iso_checksum`}}", "iso_checksum_type": "{{user `iso_checksum_type`}}", @@ -25,7 +25,7 @@ "shutdown_command": "systemctl start poweroff.timer" }, { - "type": "vmware", + "type": "vmware-iso", "iso_url": "{{user `iso_url`}}", "iso_checksum": "{{user `iso_checksum`}}", "iso_checksum_type": "{{user `iso_checksum_type`}}",