mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2026-09-03 20:52:56 -05: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