Skip to content

Commit

Permalink
Move iburst option earlier in the template.
Browse files Browse the repository at this point in the history
  • Loading branch information
nanliu committed Jul 29, 2014
1 parent 8670c62 commit 6d43260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/ntp.conf.erb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ interface listen <%= interface %>
<% end -%>

<% [@servers].flatten.each do |server| -%>
server <%= server %><% if @preferred_servers.include?(server) -%> prefer<% end %><% if @iburst_enable == true -%> iburst<% end %>
server <%= server %><% if @iburst_enable == true -%> iburst<% end %><% if @preferred_servers.include?(server) -%> prefer<% end %>
<% end -%>

<% if scope.lookupvar('::is_virtual') == "false" or @udlc -%>
Expand Down

0 comments on commit 6d43260

Please sign in to comment.