summaryrefslogtreecommitdiff
path: root/jessie.json
diff options
context:
space:
mode:
Diffstat (limited to 'jessie.json')
-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}}"
}
},
{