diff --git a/src/pylorax/installer.py b/src/pylorax/installer.py index 1cd0d464..5b39fc7c 100644 --- a/src/pylorax/installer.py +++ b/src/pylorax/installer.py @@ -247,7 +247,7 @@ def novirt_install(opts, disk_img, disk_size, repo_url, callback_func=None): selinux.security_setenforce(0) # Clean up /tmp/ from previous runs to prevent stale info from being used - for path in ["/tmp/yum.repos.d/", "/tmp/yum.cache/"]: + for path in ["/tmp/yum.repos.d/", "/tmp/yum.cache/", "/tmp/yum.root/", "/tmp/yum.pluginconf.d/"]: if os.path.isdir(path): shutil.rmtree(path)