Update the configuration JSON schema for module_defaults_dir

Signed-off-by: Petr Šabata <contyk@redhat.com>
This commit is contained in:
Petr Šabata 2018-04-11 10:33:42 +02:00 committed by Lubomír Sedlář
parent 8238011bdd
commit 8b24c7cbf3

View File

@ -678,6 +678,7 @@ def make_schema():
"type": "boolean",
"default": True
},
"module_defaults_dir": {"$ref": "#/definitions/str_or_scm_dict"},
"pkgset_repos": {
"type": "object",