diff options
| author | Thomas Woerner <twoerner@redhat.com> | 2018-09-10 16:00:08 +0200 |
|---|---|---|
| committer | Thomas Woerner <twoerner@redhat.com> | 2018-09-12 13:11:21 +0200 |
| commit | 2f50d249f84304c7889d4adb2304145e3a6e2455 (patch) | |
| tree | 3fb1c4fd7cfc5722b9c8b84a5f096c8dd06e415a /ipaclient | |
| parent | fbe003f57cf2e1d4d6849d493fe64bd0568b0007 (diff) | |
| download | freeipa-2f50d249f84304c7889d4adb2304145e3a6e2455.tar.gz freeipa-2f50d249f84304c7889d4adb2304145e3a6e2455.tar.xz freeipa-2f50d249f84304c7889d4adb2304145e3a6e2455.zip | |
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>
Diffstat (limited to 'ipaclient')
| -rw-r--r-- | ipaclient/install/client.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ipaclient/install/client.py b/ipaclient/install/client.py index b5ee9230b..0dcd1ec74 100644 --- a/ipaclient/install/client.py +++ b/ipaclient/install/client.py @@ -3697,7 +3697,6 @@ class ClientInstall(ClientInstallInterface, Client installer """ - replica_file = None dm_password = None ca_cert_files = extend_knob( |
