diff --git a/templates/ntp.conf.erb b/templates/ntp.conf.erb index 99f29600..27ad6d9a 100644 --- a/templates/ntp.conf.erb +++ b/templates/ntp.conf.erb @@ -11,8 +11,8 @@ disable monitor <% end -%> <% if @restrict != [] -%> -# Permit time synchronization with our time source, but do not' -# 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. <% @restrict.flatten.each do |restrict| -%> restrict <%= restrict %> <% end %>