mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-24 16:10:02 -06:00
ipaplatform: Fix misspelled path constant
Reviewed-By: Petr Viktorin <pviktori@redhat.com>
This commit is contained in:
parent
697387328b
commit
c8511d3b3b
@ -219,7 +219,7 @@ def install_replica(master, replica, setup_ca=True):
|
||||
'--ip-address', replica.ip,
|
||||
replica.hostname])
|
||||
replica_bundle = master.get_file_contents(
|
||||
paths.REPLICA_INFO_TEMPLATE_GPG % replica.hostname)
|
||||
paths.REPLICA_INFO_GPG_TEMPLATE % replica.hostname)
|
||||
replica_filename = os.path.join(replica.config.test_dir,
|
||||
'replica-info.gpg')
|
||||
replica.put_file_contents(replica_filename, replica_bundle)
|
||||
|
@ -245,7 +245,7 @@ class CALessBase(IntegrationTest):
|
||||
|
||||
if result.returncode == 0:
|
||||
replica_bundle = master.get_file_contents(
|
||||
paths.REPLICA_INFO_TEMPLATE_GPG % replica.hostname)
|
||||
paths.REPLICA_INFO_GPG_TEMPLATE % replica.hostname)
|
||||
replica.put_file_contents(self.get_replica_filename(replica),
|
||||
replica_bundle)
|
||||
else:
|
||||
|
Loading…
Reference in New Issue
Block a user