summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2016-02-03 20:38:59 +0100
committervarac <varacanero@zeromail.org>2016-02-03 20:38:59 +0100
commitc7d2ae278ffcd980e418f13262b9e34f9591880c (patch)
treec21e0a6c8467336db80cb0878fb782437b9c8845
parent04ff6b16397829a32754feee5f886f07b84d1864 (diff)
use static box versioning
-rw-r--r--jessie.json9
1 files 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`}}"
}
}]
]