Define dnf_gather option in schema

Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
Lubomír Sedlář 2016-12-15 13:56:19 +01:00
parent e753891e27
commit 9b2f0349de
1 changed files with 1 additions and 0 deletions

View File

@ -505,6 +505,7 @@ def _make_schema():
},
"gather_prepopulate": {"$ref": "#/definitions/str_or_scm_dict"},
"gather_source_mapping": {"type": "string"},
"dnf_gather": {"type": "boolean", "default": False},
"pkgset_source": {
"type": "string",