From 4b9307d192de9fcb2f37cd7ec663d3b9b1e4dc18 Mon Sep 17 00:00:00 2001 From: varac Date: Mon, 18 Jan 2016 12:36:12 +0100 Subject: fix virtualbox provider name --- jessie.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/jessie.json b/jessie.json index dcc357f..d963ccd 100644 --- a/jessie.json +++ b/jessie.json @@ -27,7 +27,7 @@ "qemu": { "execute_command": "echo 'vagrant'|sudo -S bash '{{.Path}}'" }, - "virtualbox": { + "virtualbox-iso": { "execute_command": "echo 'vagrant'|sudo -S bash '{{.Path}}'" } } @@ -72,7 +72,7 @@ "ssh_wait_timeout": "15m" }, { - "type": "virtualbox", + "type": "virtualbox-iso", "boot_command": [ "", "install auto ", @@ -112,7 +112,7 @@ }, { "type": "atlas", - "only": ["virtualbox"], + "only": ["virtualbox-iso"], "artifact": "{{user `atlas_username`}}/{{user `atlas_name`}}", "artifact_type": "vagrant.box", "metadata": { -- cgit v1.2.3