summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2016-01-18 11:27:38 +0100
committervarac <varacanero@zeromail.org>2016-01-18 11:27:38 +0100
commit4b4e52d47ec631f2c3e1402ee0b98f24e55df9f8 (patch)
tree10dbb06a00b0900f3654abae832f492cee6aae0f
parentab696a0511e1adee15909369e49bcdee98b16aa7 (diff)
fix virtualbox versioning
-rw-r--r--jessie.json8
1 files 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": [
"<esc><wait><wait>",
"install auto <wait>",
@@ -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}}"
}
},
{