I think servers are separated by whitespace, not commas, and systemd is too shy to...
[mirror/dsa-puppet.git] / modules / systemdtimesyncd / templates / timesyncd.conf.erb
index c5d41b6..7065c78 100644 (file)
@@ -21,5 +21,5 @@
         servers << addr
     end
   end
-  "Servers="+servers.join(",")
+  "Servers="+servers.join(" ")
 %>