From: Peter Palfrader Date: Sun, 11 Dec 2016 08:32:02 +0000 (+0100) Subject: I think servers are separated by whitespace, not commas, and systemd is too shy to... X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=3dc5360dbbffe9defada61ce3b35dc30b3f9af25;p=mirror%2Fdsa-puppet.git I think servers are separated by whitespace, not commas, and systemd is too shy to complain --- 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(" ") %>