checks: Make gpgkey a boolean option
This option is currently only checked in the ostree phase, and it does not make sense as a string. When any non-empty string was given, it enabled the check. Relates: #590 Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
parent
a2c42aee3c
commit
58a6affd65
@ -439,7 +439,7 @@ def _make_schema():
|
|||||||
"name": {"type": "string"},
|
"name": {"type": "string"},
|
||||||
"baseurl": {"type": "string"},
|
"baseurl": {"type": "string"},
|
||||||
"exclude": {"type": "string"},
|
"exclude": {"type": "string"},
|
||||||
"gpgcheck": {"type": "string"},
|
"gpgcheck": {"type": "boolean"},
|
||||||
"enabled": {"type": "string"},
|
"enabled": {"type": "string"},
|
||||||
},
|
},
|
||||||
"additionalProperties": False,
|
"additionalProperties": False,
|
||||||
|
Loading…
Reference in New Issue
Block a user