diff options
author | Ashley Penney <ashley.penney@puppetlabs.com> | 2013-07-05 17:56:25 -0400 |
---|---|---|
committer | Ashley Penney <ashley.penney@puppetlabs.com> | 2013-07-05 18:53:54 -0400 |
commit | 441c5ba4e8b292509e74a83d4a3cdfa73cfdf14a (patch) | |
tree | b890053632fc070bdc9cda8f93cfb3ed87e1d538 /templates/ntp.conf.archlinux.erb | |
parent | b47ce3980fe62cf25a72ee71fd96a8eb0c915e0d (diff) |
Rename all the servers_real functions to servers.
Diffstat (limited to 'templates/ntp.conf.archlinux.erb')
-rw-r--r-- | templates/ntp.conf.archlinux.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/ntp.conf.archlinux.erb b/templates/ntp.conf.archlinux.erb index 5e27334..22395d9 100644 --- a/templates/ntp.conf.archlinux.erb +++ b/templates/ntp.conf.archlinux.erb @@ -6,7 +6,7 @@ # - https://wiki.archlinux.org/index.php/Network_Time_Protocol_daemon # Associate to public NTP pool servers; see http://www.pool.ntp.org/ -<% [@servers_real].flatten.each do |server| -%> +<% [@servers].flatten.each do |server| -%> server <%= server %> <% end -%> |