summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2016-01-18 12:36:12 +0100
committervarac <varacanero@zeromail.org>2016-01-18 12:36:12 +0100
commit4b9307d192de9fcb2f37cd7ec663d3b9b1e4dc18 (patch)
treec97efc823647c9e284664da3bdd1eb8a5688fd0a
parent4b4e52d47ec631f2c3e1402ee0b98f24e55df9f8 (diff)
fix virtualbox provider name
-rw-r--r--jessie.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/jessie.json b/jessie.json
index dcc357f..d963ccd 100644
--- a/jessie.json
+++ b/jessie.json
@@ -27,7 +27,7 @@
"qemu": {
"execute_command": "echo 'vagrant'|sudo -S bash '{{.Path}}'"
},
- "virtualbox": {
+ "virtualbox-iso": {
"execute_command": "echo 'vagrant'|sudo -S bash '{{.Path}}'"
}
}
@@ -72,7 +72,7 @@
"ssh_wait_timeout": "15m"
},
{
- "type": "virtualbox",
+ "type": "virtualbox-iso",
"boot_command": [
"<esc><wait><wait>",
"install auto <wait>",
@@ -112,7 +112,7 @@
},
{
"type": "atlas",
- "only": ["virtualbox"],
+ "only": ["virtualbox-iso"],
"artifact": "{{user `atlas_username`}}/{{user `atlas_name`}}",
"artifact_type": "vagrant.box",
"metadata": {