mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 18:00:35 +00:00
Make plugins key a required manifest property
This commit is contained in:
parent
31f3a71464
commit
d9a7f3d1e4
9 changed files with 9 additions and 1 deletions
|
@ -133,5 +133,5 @@
|
|||
"required": ["size", "filesystem"]
|
||||
}
|
||||
},
|
||||
"required": ["provider", "bootstrapper", "system", "volume"]
|
||||
"required": ["provider", "bootstrapper", "system", "packages", "volume"]
|
||||
}
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
"locale": "en_US",
|
||||
"charmap": "UTF-8"
|
||||
},
|
||||
"packages": {},
|
||||
"volume": {
|
||||
"backing": "ebs",
|
||||
"partitions": {
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
"locale": "en_US",
|
||||
"charmap": "UTF-8"
|
||||
},
|
||||
"packages": {},
|
||||
"volume": {
|
||||
"backing": "ebs",
|
||||
"partitions": {
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
"locale": "en_US",
|
||||
"charmap": "UTF-8"
|
||||
},
|
||||
"packages": {},
|
||||
"volume": {
|
||||
"backing": "ebs",
|
||||
"partitions": {
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
"locale": "en_US",
|
||||
"charmap": "UTF-8"
|
||||
},
|
||||
"packages": {},
|
||||
"volume": {
|
||||
"backing": "ebs",
|
||||
"partitions": {
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
"locale": "en_US",
|
||||
"charmap": "UTF-8"
|
||||
},
|
||||
"packages": {},
|
||||
"volume": {
|
||||
"backing": "ebs",
|
||||
"partitions": {
|
||||
|
|
|
@ -24,6 +24,7 @@
|
|||
"locale": "en_US",
|
||||
"charmap": "UTF-8"
|
||||
},
|
||||
"packages": {},
|
||||
"volume": {
|
||||
"backing": "s3",
|
||||
"partitions": {
|
||||
|
|
|
@ -15,6 +15,7 @@
|
|||
"locale": "en_US",
|
||||
"charmap": "UTF-8"
|
||||
},
|
||||
"packages": {},
|
||||
"volume": {
|
||||
"backing": "vmdk",
|
||||
"partitions": {
|
||||
|
|
|
@ -15,6 +15,7 @@
|
|||
"locale": "en_US",
|
||||
"charmap": "UTF-8"
|
||||
},
|
||||
"packages": {},
|
||||
"volume": {
|
||||
"backing": "vdi",
|
||||
"partitions": {
|
||||
|
|
Loading…
Add table
Reference in a new issue