Add message for skipping NTP configuration during client install

https://fedorahosted.org/freeipa/ticket/3092

Reviewed-By: Martin Basti <mbasti@redhat.com>
This commit is contained in:
Gabe 2015-04-07 08:54:30 -06:00 committed by Petr Vobornik
parent efcd48ad01
commit e537fd202e

View File

@ -2343,6 +2343,8 @@ def install(options, env, fstore, statestore):
root_logger.warning("Unable to sync time with IPA NTP " +
"server, assuming the time is in sync. Please check " +
"that 123 UDP port is opened.")
else:
root_logger.info('Skipping synchronizing time with IPA NTP server.')
if not options.unattended:
if (options.principal is None and options.password is None and