Fix expected type of createrepo_checksum config option
This commit is contained in:
parent
3df5a11a89
commit
b4fd280d80
@ -51,7 +51,7 @@ class CreaterepoPhase(PhaseBase):
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "createrepo_checksum",
|
"name": "createrepo_checksum",
|
||||||
"expected_types": [bool],
|
"expected_types": [str],
|
||||||
"expected_values": ["sha256", "sha"],
|
"expected_values": ["sha256", "sha"],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user