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