mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -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:
@@ -743,7 +743,6 @@ def install(installer):
|
|||||||
host_name = options.host_name
|
host_name = options.host_name
|
||||||
ip_addresses = options.ip_addresses
|
ip_addresses = options.ip_addresses
|
||||||
setup_ca = options.setup_ca
|
setup_ca = options.setup_ca
|
||||||
options.promote = False # first master, no promotion
|
|
||||||
|
|
||||||
# Installation has started. No IPA sysrestore items are restored in case of
|
# Installation has started. No IPA sysrestore items are restored in case of
|
||||||
# failure to enable root cause investigation
|
# failure to enable root cause investigation
|
||||||
|
|||||||
Reference in New Issue
Block a user