mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2026-07-30 08:07:56 -05:00
Remove replica_file from ClientInstall class in ipaclient/install/client.py
There is no need to set replica_file to None for client installations. See: https://pagure.io/freeipa/issue/7689 Signed-off-by: Thomas Woerner <twoerner@redhat.com> Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
This commit is contained in:
@@ -3697,7 +3697,6 @@ class ClientInstall(ClientInstallInterface,
|
||||
Client installer
|
||||
"""
|
||||
|
||||
replica_file = None
|
||||
dm_password = None
|
||||
|
||||
ca_cert_files = extend_knob(
|
||||
|
||||
Reference in New Issue
Block a user