diff options
author | Thomas Woerner <twoerner@redhat.com> | 2018-09-10 15:57:53 +0200 |
---|---|---|
committer | Thomas Woerner <twoerner@redhat.com> | 2018-09-12 13:11:21 +0200 |
commit | fbe003f57cf2e1d4d6849d493fe64bd0568b0007 (patch) | |
tree | 96b93be40a511199c41dca224fedba673f2a1eb8 | |
parent | 842cb5f2670a0c84b1dd818ad4ed9017eb4bb14f (diff) | |
download | freeipa-fbe003f57cf2e1d4d6849d493fe64bd0568b0007.tar.gz freeipa-fbe003f57cf2e1d4d6849d493fe64bd0568b0007.tar.xz freeipa-fbe003f57cf2e1d4d6849d493fe64bd0568b0007.zip |
Remove options.promote from install in ipaserver/install/server/install
There is no need to set options.promote to false anymore for a server
installation in the install function.
See: https://pagure.io/freeipa/issue/7689
Signed-off-by: Thomas Woerner <twoerner@redhat.com>
Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
-rw-r--r-- | ipaserver/install/server/install.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ipaserver/install/server/install.py b/ipaserver/install/server/install.py index 4b88e9a40..efccca77b 100644 --- a/ipaserver/install/server/install.py +++ b/ipaserver/install/server/install.py @@ -743,7 +743,6 @@ def install(installer): host_name = options.host_name ip_addresses = options.ip_addresses setup_ca = options.setup_ca - options.promote = False # first master, no promotion # Installation has started. No IPA sysrestore items are restored in case of # failure to enable root cause investigation |