mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 07:26:29 +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": ["size", "filesystem"]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": ["provider", "bootstrapper", "system", "volume"]
|
"required": ["provider", "bootstrapper", "system", "packages", "volume"]
|
||||||
}
|
}
|
||||||
|
|
|
@ -20,6 +20,7 @@
|
||||||
"locale": "en_US",
|
"locale": "en_US",
|
||||||
"charmap": "UTF-8"
|
"charmap": "UTF-8"
|
||||||
},
|
},
|
||||||
|
"packages": {},
|
||||||
"volume": {
|
"volume": {
|
||||||
"backing": "ebs",
|
"backing": "ebs",
|
||||||
"partitions": {
|
"partitions": {
|
||||||
|
|
|
@ -20,6 +20,7 @@
|
||||||
"locale": "en_US",
|
"locale": "en_US",
|
||||||
"charmap": "UTF-8"
|
"charmap": "UTF-8"
|
||||||
},
|
},
|
||||||
|
"packages": {},
|
||||||
"volume": {
|
"volume": {
|
||||||
"backing": "ebs",
|
"backing": "ebs",
|
||||||
"partitions": {
|
"partitions": {
|
||||||
|
|
|
@ -20,6 +20,7 @@
|
||||||
"locale": "en_US",
|
"locale": "en_US",
|
||||||
"charmap": "UTF-8"
|
"charmap": "UTF-8"
|
||||||
},
|
},
|
||||||
|
"packages": {},
|
||||||
"volume": {
|
"volume": {
|
||||||
"backing": "ebs",
|
"backing": "ebs",
|
||||||
"partitions": {
|
"partitions": {
|
||||||
|
|
|
@ -20,6 +20,7 @@
|
||||||
"locale": "en_US",
|
"locale": "en_US",
|
||||||
"charmap": "UTF-8"
|
"charmap": "UTF-8"
|
||||||
},
|
},
|
||||||
|
"packages": {},
|
||||||
"volume": {
|
"volume": {
|
||||||
"backing": "ebs",
|
"backing": "ebs",
|
||||||
"partitions": {
|
"partitions": {
|
||||||
|
|
|
@ -20,6 +20,7 @@
|
||||||
"locale": "en_US",
|
"locale": "en_US",
|
||||||
"charmap": "UTF-8"
|
"charmap": "UTF-8"
|
||||||
},
|
},
|
||||||
|
"packages": {},
|
||||||
"volume": {
|
"volume": {
|
||||||
"backing": "ebs",
|
"backing": "ebs",
|
||||||
"partitions": {
|
"partitions": {
|
||||||
|
|
|
@ -24,6 +24,7 @@
|
||||||
"locale": "en_US",
|
"locale": "en_US",
|
||||||
"charmap": "UTF-8"
|
"charmap": "UTF-8"
|
||||||
},
|
},
|
||||||
|
"packages": {},
|
||||||
"volume": {
|
"volume": {
|
||||||
"backing": "s3",
|
"backing": "s3",
|
||||||
"partitions": {
|
"partitions": {
|
||||||
|
|
|
@ -15,6 +15,7 @@
|
||||||
"locale": "en_US",
|
"locale": "en_US",
|
||||||
"charmap": "UTF-8"
|
"charmap": "UTF-8"
|
||||||
},
|
},
|
||||||
|
"packages": {},
|
||||||
"volume": {
|
"volume": {
|
||||||
"backing": "vmdk",
|
"backing": "vmdk",
|
||||||
"partitions": {
|
"partitions": {
|
||||||
|
|
|
@ -15,6 +15,7 @@
|
||||||
"locale": "en_US",
|
"locale": "en_US",
|
||||||
"charmap": "UTF-8"
|
"charmap": "UTF-8"
|
||||||
},
|
},
|
||||||
|
"packages": {},
|
||||||
"volume": {
|
"volume": {
|
||||||
"backing": "vdi",
|
"backing": "vdi",
|
||||||
"partitions": {
|
"partitions": {
|
||||||
|
|
Loading…
Add table
Reference in a new issue