mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Server Install: print message that client is being installed
IPA client is installed on server side during "Restarting web server" step, which lasts too long. This commit explicitly print message that IPA client is being installed. Reviewed-By: Simo Sorce <ssorce@redhat.com>
This commit is contained in:
@@ -878,6 +878,7 @@ def install(installer):
|
||||
ds.change_admin_password(admin_password)
|
||||
|
||||
# Call client install script
|
||||
service.print_msg("Configuring client side components")
|
||||
try:
|
||||
args = [paths.IPA_CLIENT_INSTALL, "--on-master", "--unattended",
|
||||
"--domain", domain_name, "--server", host_name,
|
||||
|
||||
@@ -624,6 +624,7 @@ def install(installer):
|
||||
http.restart()
|
||||
|
||||
# Call client install script
|
||||
service.print_msg("Configuring client side components")
|
||||
try:
|
||||
args = [paths.IPA_CLIENT_INSTALL, "--on-master", "--unattended",
|
||||
"--domain", config.domain_name, "--server", config.host_name,
|
||||
|
||||
Reference in New Issue
Block a user