Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make it possible to run
katello-ssl-tool
concurrently for different…
… hosts The use of a postrun script file in a "shared" location made it impossible before this fix. ``` Traceback (most recent call last): File "/bin/katello-ssl-tool", line 11, in <module> load_entry_point('Katello-Certs-Tools==2.9.0', 'console_scripts', 'katello-ssl-tool')() File "/usr/lib/python3.6/site-packages/katello_certs_tools/katello_ssl_tool.py", line 955, in main _main() File "/usr/lib/python3.6/site-packages/katello_certs_tools/katello_ssl_tool.py", line 924, in _main genServerRpm(DEFS, options.verbose) File "/usr/lib/python3.6/site-packages/katello_certs_tools/katello_ssl_tool.py", line 828, in genServerRpm os.unlink(postun_scriptlet) FileNotFoundError: [Errno 2] No such file or directory: '/root/ssl-build/postun.scriptlet' ```
- Loading branch information