|
|
@ -484,7 +484,6 @@ class YumRepo(object):
|
|
|
|
'gpgcheck',
|
|
|
|
'gpgcheck',
|
|
|
|
'gpgkey',
|
|
|
|
'gpgkey',
|
|
|
|
'http_caching',
|
|
|
|
'http_caching',
|
|
|
|
'ignore_repo_files',
|
|
|
|
|
|
|
|
'include',
|
|
|
|
'include',
|
|
|
|
'includepkgs',
|
|
|
|
'includepkgs',
|
|
|
|
'ip_resolve',
|
|
|
|
'ip_resolve',
|
|
|
@ -639,7 +638,6 @@ def main():
|
|
|
|
gpgcheck=dict(type='bool'),
|
|
|
|
gpgcheck=dict(type='bool'),
|
|
|
|
gpgkey=dict(),
|
|
|
|
gpgkey=dict(),
|
|
|
|
http_caching=dict(choices=['all', 'packages', 'none']),
|
|
|
|
http_caching=dict(choices=['all', 'packages', 'none']),
|
|
|
|
ignore_repo_files=dict(default=[]),
|
|
|
|
|
|
|
|
include=dict(),
|
|
|
|
include=dict(),
|
|
|
|
includepkgs=dict(),
|
|
|
|
includepkgs=dict(),
|
|
|
|
ip_resolve=dict(choices=['4', '6', 'IPv4', 'IPv6', 'whatever']),
|
|
|
|
ip_resolve=dict(choices=['4', '6', 'IPv4', 'IPv6', 'whatever']),
|
|
|
|