Skip to content
Snippets Groups Projects
Commit e1686bea authored by Stéphane Diemer's avatar Stéphane Diemer
Browse files

Removed NTP_SERVER1 usage.

parent a2bef7fc
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ print('Checking NTP server conforms to conf')
if os.path.isfile('../utils.py'):
es_utils = imp.load_source('es_utils', '../utils.py')
conf = es_utils.load_conf()
NTP_SERVER = conf.get('NTP_SERVER') or conf.get('NTP_SERVER1') or 'ntp.ubuntu.com'
NTP_SERVER = conf.get('NTP_SERVER') or 'ntp.ubuntu.com'
with open('/etc/ntp.conf', 'r') as f:
d = f.read()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment