mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2026-07-29 23:58:23 -05:00
Modify error message to install first instance of KRA
First instance of KRA should be installed by ipa-kra-install. https://fedorahosted.org/freeipa/ticket/5460 Reviewed-By: Martin Babinsky <mbabinsk@redhat.com>
This commit is contained in:
@@ -36,7 +36,9 @@ def install_check(api, replica_config, options):
|
||||
|
||||
if replica_config is not None:
|
||||
if not api.Command.kra_is_enabled()['result']:
|
||||
raise RuntimeError("KRA is not installed on the master system")
|
||||
raise RuntimeError(
|
||||
"KRA is not installed on the master system. Please use "
|
||||
"'ipa-kra-install' command to install the first instance.")
|
||||
|
||||
if options.promote:
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user