summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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`}}"
}
}]
]