bootstrap-vz/bootstrapvz/plugins/root_password/manifest-schema.yml
2017-11-28 09:38:15 -08:00

18 lines
444 B
YAML

---
$schema: http://json-schema.org/draft-04/schema#
title: Root password plugin manifest
type: object
properties:
plugins:
type: object
properties:
root_password:
type: object
oneOf:
- required: [password]
- required: [password-crypted]
properties:
password: {type: string}
properties:
password-crypted: {type: string}
additionalProperties: false