From c7d2ae278ffcd980e418f13262b9e34f9591880c Mon Sep 17 00:00:00 2001 From: varac Date: Wed, 3 Feb 2016 20:38:59 +0100 Subject: use static box versioning --- jessie.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/jessie.json b/jessie.json index 8f4febd..1e085e6 100644 --- a/jessie.json +++ b/jessie.json @@ -10,7 +10,8 @@ "password": "vagrant", "user": "vagrant", "hostname": "leap-jessie", - "domain": "local" + "domain": "local", + "boxversion": "1.0" }, "provisioners": [ { @@ -118,7 +119,8 @@ "artifact_type": "vagrant.box", "metadata": { "provider": "virtualbox", - "created_at": "{{timestamp}}" + "created_at": "{{timestamp}}", + "version": "{{user `boxversion`}}" } }, { @@ -128,7 +130,8 @@ "artifact_type": "vagrant.box", "metadata": { "provider": "libvirt", - "created_at": "{{timestamp}}" + "created_at": "{{timestamp}}", + "version": "{{user `boxversion`}}" } }] ] -- cgit v1.2.3