Merge "Improves EPEL and RDO repo setup"

This commit is contained in:
Jenkins
2013-10-23 04:49:23 +00:00
committed by Gerrit Code Review
9 changed files with 165 additions and 84 deletions

View File

@@ -587,7 +587,7 @@ def remove_remote_var_dirs():
"""
for host in gethostlist(controller.CONF):
try:
host_dir = controller.temp_map[host]
host_dir = controller.CONF['HOST_DETAILS'][host]['tmpdir']
except KeyError:
# Nothing was added to this host yet, so we have nothing to delete
continue