From 79850ef71bbe6aed29b9346711acc2d1590bb5ed Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Diemer?= <stephane.diemer@ubicast.eu>
Date: Wed, 15 Mar 2017 11:07:56 +0100
Subject: [PATCH] Removed NTP_SERVER1 from ntp setup.

---
 2.Common_services/2.NTP/0_setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/2.Common_services/2.NTP/0_setup.py b/2.Common_services/2.NTP/0_setup.py
index 5cbf664f..d6d38948 100644
--- a/2.Common_services/2.NTP/0_setup.py
+++ b/2.Common_services/2.NTP/0_setup.py
@@ -10,7 +10,7 @@ def setup(interactive=True):
         'DEBIAN_FRONTEND=noninteractive apt-get install -y ntp',
         'echo "Replacing /etc/ntp.conf"',
         dict(line='write', template='%s/ntp.conf' % dir_path, target='/etc/ntp.conf', params=(
-            ('{{ NTP_SERVER }}', utils.get_conf('NTP_SERVER') or utils.get_conf('NTP_SERVER1') or 'ntp.ubuntu.com'),
+            ('{{ NTP_SERVER }}', utils.get_conf('NTP_SERVER') or 'ntp.ubuntu.com'),
         )),
         'service ntp restart',
     ]
-- 
GitLab