Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Ansible FreeIPA
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirror
Ansible FreeIPA
Commits
34e3e186
Unverified
Commit
34e3e186
authored
Jun 28, 2018
by
Thomas Woerner
Committed by
GitHub
Jun 28, 2018
Browse files
Options
Downloads
Plain Diff
Merge pull request #29 from itewk/patch-1
ipadiscovery.py - fix typo of timconf to timeconf
parents
3e455752
d6ff55d8
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
roles/ipaclient/library/ipadiscovery.py
+1
-1
1 addition, 1 deletion
roles/ipaclient/library/ipadiscovery.py
with
1 addition
and
1 deletion
roles/ipaclient/library/ipadiscovery.py
+
1
−
1
View file @
34e3e186
...
@@ -515,7 +515,7 @@ def main():
...
@@ -515,7 +515,7 @@ def main():
synced_ntp
=
False
synced_ntp
=
False
# use user specified NTP servers if there are any
# use user specified NTP servers if there are any
for
s
in
ntp_servers
:
for
s
in
ntp_servers
:
synced_ntp
=
timconf
.
synconce_ntp
(
s
,
False
)
synced_ntp
=
tim
e
conf
.
synconce_ntp
(
s
,
False
)
if
synced_ntp
:
if
synced_ntp
:
break
break
if
not
synced_ntp
and
not
ntp_servers
:
if
not
synced_ntp
and
not
ntp_servers
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment