mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2026-07-29 23:58:23 -05:00
CI test: Fix installation of KRA on a replica
With domain level 1 installation of KRA has been changed on replica. https://fedorahosted.org/freeipa/ticket/5379 Reviewed-By: Ales 'alich' Marecek <amarecek@redhat.com>
This commit is contained in:
@@ -358,10 +358,11 @@ def install_replica(master, replica, setup_ca=True, setup_dns=False,
|
||||
assert setup_ca, "CA must be installed on replica with KRA"
|
||||
args = [
|
||||
"ipa-kra-install",
|
||||
replica_filename,
|
||||
"-p", replica.config.dirman_password,
|
||||
"-U",
|
||||
]
|
||||
if domainlevel(master) == 0:
|
||||
args.append(replica_filename)
|
||||
replica.run_command(args)
|
||||
|
||||
kinit_admin(replica)
|
||||
|
||||
Reference in New Issue
Block a user