Skip to content
Snippets Groups Projects
Commit 846942ba authored by Nicolas KAROLAK's avatar Nicolas KAROLAK
Browse files

fix(ntp): disable systemd-timesyncd

parent 5874c123
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,7 @@ def setup(interactive=True):
servers = 'pool ntp.ubuntu.com\n'
cmds = [
# NTP
'timedatectl set-ntp false',
'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=(
......
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