Drop unintentional gather_method override

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
This commit is contained in:
Stephen Gallagher 2022-06-24 12:19:48 -04:00
parent 61b9fa0c77
commit 5873a215b9
No known key found for this signature in database
GPG Key ID: 45DB85A568286D11

View File

@ -60,14 +60,6 @@ variant_as_lookaside = [
("SAPHANA", "HighAvailability"),
]
gather_method = {
'^.*': {
'json': 'deps',
'comps': 'deps',
'module': 'nodeps',
}
}
# No product_id for Fedora.
product_id_allow_missing = False