Do not restart apache server when not necessary.

https://fedorahosted.org/freeipa/ticket/4352

Reviewed-By: Martin Kosek <mkosek@redhat.com>
This commit is contained in:
David Kupka 2014-09-05 12:28:08 +02:00 committed by Martin Kosek
parent 028b3d1009
commit 4484d4d58b

View File

@ -693,7 +693,6 @@ def main():
CA.configure_certmonger_renewal() CA.configure_certmonger_renewal()
CA.import_ra_cert(config.dir + "/ra.p12") CA.import_ra_cert(config.dir + "/ra.p12")
CA.fix_ra_perms() CA.fix_ra_perms()
services.knownservices.httpd.restart()
# The DS instance is created before the keytab, add the SSL cert we # The DS instance is created before the keytab, add the SSL cert we
# generated # generated