mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
KRA: do not stop certmonger during standalone uninstall
https://fedorahosted.org/freeipa/ticket/5477 Reviewed-By: Martin Babinsky <mbabinsk@redhat.com>
This commit is contained in:
@@ -107,6 +107,6 @@ def uninstall(standalone):
|
||||
except errors.NotFound:
|
||||
pass
|
||||
|
||||
kra.stop_tracking_certificates()
|
||||
kra.stop_tracking_certificates(stop_certmonger=not standalone)
|
||||
if kra.is_installed():
|
||||
kra.uninstall()
|
||||
|
||||
Reference in New Issue
Block a user