mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 07:26:29 +00:00
Require hostname setting for vagrant plugin
Also, fix reference to vbox src to a revision
This commit is contained in:
parent
056f1968c1
commit
aad9bc69c4
1 changed files with 4 additions and 1 deletions
|
@ -7,6 +7,9 @@
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"enum": ["virtualbox"]
|
"enum": ["virtualbox"]
|
||||||
},
|
},
|
||||||
|
"system": {
|
||||||
|
"required": ["hostname"]
|
||||||
|
},
|
||||||
"volume": {
|
"volume": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
|
@ -14,7 +17,7 @@
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"enum": ["vmdk"]
|
"enum": ["vmdk"]
|
||||||
// VirtualBox only supports vmdk or raw when importing via OVF:
|
// VirtualBox only supports vmdk or raw when importing via OVF:
|
||||||
// https://www.virtualbox.org/browser/vbox/trunk/src/VBox/Main/src-server/ApplianceImplImport.cpp#L636
|
// https://www.virtualbox.org/browser/vbox/trunk/src/VBox/Main/src-server/ApplianceImplImport.cpp?rev=51092#L636
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": ["backing"]
|
"required": ["backing"]
|
||||||
|
|
Loading…
Add table
Reference in a new issue