mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 07:26:29 +00:00
Remove "mount_dir" from base manifest schema.
This commit is contained in:
parent
38715df6e9
commit
9de86b9b8a
1 changed files with 0 additions and 1 deletions
|
@ -10,7 +10,6 @@
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"mount_dir": { "type": "string" },
|
"mount_dir": { "type": "string" },
|
||||||
"image_file": { "type": "string" },
|
|
||||||
"tarball": { "type": "boolean" },
|
"tarball": { "type": "boolean" },
|
||||||
"tarball_dir": { "type": "string" },
|
"tarball_dir": { "type": "string" },
|
||||||
"mirror": { "type": "string" }
|
"mirror": { "type": "string" }
|
||||||
|
|
Loading…
Add table
Reference in a new issue