Merge pull request #1932 from mscherer/fix_yum_repos

Use type='path' for reposdir, since that's a path
This commit is contained in:
Brian Coca 2016-03-30 13:03:41 -07:00
commit 2a09b7a582

View file

@ -662,7 +662,7 @@ def main():
proxy_password=dict(no_log=True),
proxy_username=dict(),
repo_gpgcheck=dict(type='bool'),
reposdir=dict(default='/etc/yum.repos.d'),
reposdir=dict(default='/etc/yum.repos.d', type='path'),
retries=dict(),
s3_enabled=dict(type='bool'),
skip_if_unavailable=dict(type='bool'),