Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: modules/hosts/templates/hosts.erb

Issue 9358012: Don`t update hosts file on each provisioning run (Closed)
Patch Set: Created Feb. 7, 2013, 3:15 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <% hosts.each do |hostname, ip| %> 1 <% hosts.sort.each do |hostname, ip| %>
2 <%= ip %> <%= hostname %> 2 <%= ip %> <%= hostname %>
3 <% end %> 3 <% end %>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld