mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-10-08 01:40:31 +00:00
Add minItems to ensure that we always have proper sources.list.
This commit is contained in:
parent
f3195b5f6b
commit
f5eb071bec
1 changed files with 4 additions and 1 deletions
|
@ -26,7 +26,10 @@
|
|||
"type": "object",
|
||||
"properties": {
|
||||
"release": { "enum": ["wheezy", "testing", "unstable"] },
|
||||
"sections": { "type": "array" },
|
||||
"sections": {
|
||||
"type": "array",
|
||||
"minItems": 1
|
||||
},
|
||||
"architecture": { "enum": ["i386", "amd64"] },
|
||||
"bootloader": { "enum": ["pvgrub", "grub", "extlinux"] },
|
||||
"timezone": { "type": "string" },
|
||||
|
|
Loading…
Add table
Reference in a new issue