From 3dc5360dbbffe9defada61ce3b35dc30b3f9af25 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sun, 11 Dec 2016 09:32:02 +0100 Subject: [PATCH] I think servers are separated by whitespace, not commas, and systemd is too shy to complain --- modules/systemdtimesyncd/templates/timesyncd.conf.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/systemdtimesyncd/templates/timesyncd.conf.erb b/modules/systemdtimesyncd/templates/timesyncd.conf.erb index c5d41b6ba..7065c7899 100644 --- a/modules/systemdtimesyncd/templates/timesyncd.conf.erb +++ b/modules/systemdtimesyncd/templates/timesyncd.conf.erb @@ -21,5 +21,5 @@ servers << addr end end - "Servers="+servers.join(",") + "Servers="+servers.join(" ") %> -- 2.20.1