From d6ff55d8c6d50beee1229f88ad6a6b8c3251c8f0 Mon Sep 17 00:00:00 2001
From: Ian Tewksbury <itewk@redhat.com>
Date: Wed, 27 Jun 2018 14:23:46 -0400
Subject: [PATCH] ipadiscovery.py - fix typo of timconf to timeconf

---
 roles/ipaclient/library/ipadiscovery.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/roles/ipaclient/library/ipadiscovery.py b/roles/ipaclient/library/ipadiscovery.py
index 24f2e12e..396705cf 100644
--- a/roles/ipaclient/library/ipadiscovery.py
+++ b/roles/ipaclient/library/ipadiscovery.py
@@ -515,7 +515,7 @@ def main():
         synced_ntp = False
         # use user specified NTP servers if there are any
         for s in ntp_servers:
-            synced_ntp = timconf.synconce_ntp(s, False)
+            synced_ntp = timeconf.synconce_ntp(s, False)
             if synced_ntp:
                 break
         if not synced_ntp and not ntp_servers:
-- 
GitLab