diff options
author | Ashley Penney <ashley.penney@puppetlabs.com> | 2013-07-10 16:08:58 -0400 |
---|---|---|
committer | Ashley Penney <ashley.penney@puppetlabs.com> | 2013-07-10 16:08:58 -0400 |
commit | d370d13bee49e73afc1d74f6c6019dda2658eeb4 (patch) | |
tree | ff95ef40ee51fc29ff90eab2f6a15f41fa5a05ae /templates/ntp.conf.el.erb | |
parent | 81b8855e9ac9104cba968bd0d749c5b40a2eb29b (diff) |
Fix examples to use single quotes.
Diffstat (limited to 'templates/ntp.conf.el.erb')
-rw-r--r-- | templates/ntp.conf.el.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/ntp.conf.el.erb b/templates/ntp.conf.el.erb index 157b28d..72c6e49 100644 --- a/templates/ntp.conf.el.erb +++ b/templates/ntp.conf.el.erb @@ -23,7 +23,7 @@ restrict -6 ::1 # Use public servers from the pool.ntp.org project. # 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 -%> |