summaryrefslogtreecommitdiff
path: root/templates/ntp.conf.debian.erb
diff options
context:
space:
mode:
authorAshley Penney <ashley.penney@puppetlabs.com>2013-07-10 16:08:58 -0400
committerAshley Penney <ashley.penney@puppetlabs.com>2013-07-10 16:08:58 -0400
commitd370d13bee49e73afc1d74f6c6019dda2658eeb4 (patch)
treeff95ef40ee51fc29ff90eab2f6a15f41fa5a05ae /templates/ntp.conf.debian.erb
parent81b8855e9ac9104cba968bd0d749c5b40a2eb29b (diff)
Fix examples to use single quotes.
Diffstat (limited to 'templates/ntp.conf.debian.erb')
-rw-r--r--templates/ntp.conf.debian.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/ntp.conf.debian.erb b/templates/ntp.conf.debian.erb
index 324b91c..1ca6b20 100644
--- a/templates/ntp.conf.debian.erb
+++ b/templates/ntp.conf.debian.erb
@@ -25,7 +25,7 @@ filegen clockstats file clockstats type day enable
# pick a different set every time it starts up. Please consider joining the
# pool: <http://www.pool.ntp.org/join.html>
-# Managed by puppet class { "ntp": servers => [ ... ] }
+# Managed by puppet class { 'ntp': servers => [ ... ] }
<% [@servers].flatten.each do |server| -%>
server <%= server %>
<% end -%>