mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-24 16:10:02 -06:00
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>
This commit is contained in:
parent
842cb5f267
commit
fbe003f57c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user