summaryrefslogtreecommitdiff
path: root/templates/ntp.conf.suse.erb
diff options
context:
space:
mode:
Diffstat (limited to 'templates/ntp.conf.suse.erb')
-rw-r--r--templates/ntp.conf.suse.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/ntp.conf.suse.erb b/templates/ntp.conf.suse.erb
index 1cbe6a2..1a4361e 100644
--- a/templates/ntp.conf.suse.erb
+++ b/templates/ntp.conf.suse.erb
@@ -38,7 +38,7 @@ server 127.127.1.0 # local clock (LCL)
fudge 127.127.1.0 stratum 10 # LCL is unsynchronized
<% end -%>
-# Managed by puppet class { "ntp": servers => [ ... ] }
+# Managed by puppet class { 'ntp': servers => [ ... ] }
<% [@servers].flatten.each do |server| -%>
server <%= server %>
<% end -%>