We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e72ade commit 907138cCopy full SHA for 907138c
templates/ntp.conf.erb
@@ -11,8 +11,8 @@ disable monitor
11
<% end -%>
12
13
<% if @restrict != [] -%>
14
-# Permit time synchronization with our time source, but do not'
15
-# permit the source to query or modify the service on this system.'
+# Permit time synchronization with our time source, but do not
+# permit the source to query or modify the service on this system.
16
<% @restrict.flatten.each do |restrict| -%>
17
restrict <%= restrict %>
18
<% end %>
0 commit comments