mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
install: Fix CA-less server install
https://fedorahosted.org/freeipa/ticket/4468 Reviewed-By: David Kupka <dkupka@redhat.com>
This commit is contained in:
parent
df1bd39a43
commit
90e400e57e
@ -313,6 +313,9 @@ def common_cleanup(func):
|
||||
|
||||
@common_cleanup
|
||||
def install_check(options):
|
||||
global dirsrv_pkcs12_file
|
||||
global http_pkcs12_file
|
||||
global pkinit_pkcs12_file
|
||||
global dirsrv_pkcs12_info
|
||||
global http_pkcs12_info
|
||||
global pkinit_pkcs12_info
|
||||
@ -637,6 +640,9 @@ def install_check(options):
|
||||
|
||||
@common_cleanup
|
||||
def install(options):
|
||||
global dirsrv_pkcs12_file
|
||||
global http_pkcs12_file
|
||||
global pkinit_pkcs12_file
|
||||
global dirsrv_pkcs12_info
|
||||
global http_pkcs12_info
|
||||
global pkinit_pkcs12_info
|
||||
|
Loading…
Reference in New Issue
Block a user