mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Don't restart certmonger after stopping tracking in uninstall
certmonger was later restarted to remove the custom CA entries and the startup delay sometimes caused uninstallation to fail. certmonger is stopped in cainstance.py::uninstall() so it will still be stopped post-install. https://pagure.io/freeipa/issue/8533 Reviewed-By: Fraser Tweedale <ftweedal@redhat.com> Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
This commit is contained in:
parent
fa58071221
commit
139d60d747
@ -425,7 +425,7 @@ def install_step_1(standalone, replica_config, options, custodia):
|
||||
|
||||
def uninstall():
|
||||
ca_instance = cainstance.CAInstance(api.env.realm)
|
||||
ca_instance.stop_tracking_certificates()
|
||||
ca_instance.stop_tracking_certificates(stop_certmonger=False)
|
||||
ipautil.remove_file(paths.RA_AGENT_PEM)
|
||||
ipautil.remove_file(paths.RA_AGENT_KEY)
|
||||
if ca_instance.is_configured():
|
||||
|
Loading…
Reference in New Issue
Block a user