Removes ntp from dependencies and behave as there is always -N option

Addresses: https://pagure.io/freeipa/issue/7024
Reviewed-By: Rob Crittenden <rcritten@redhat.com>
This commit is contained in:
Tibor Dudlák
2018-04-09 11:00:02 -04:00
committed by Rob Crittenden
parent 7b546ffedb
commit bfb544adfd
2 changed files with 1 additions and 12 deletions
+1 -1
View File
@@ -3462,7 +3462,7 @@ class ClientInstallInterface(hostname_.HostNameInstallInterface,
ntp_servers = enroll_only(ntp_servers)
no_ntp = knob(
None,
None, True,
description="do not configure ntp",
cli_names=[None, '-N'],
)