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

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

Issue 9349025: Generate /etc/hosts via usual host class, do not define a custom one (Closed)
Patch Set: Created Feb. 8, 2013, 10:11 a.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 | « modules/hosts/manifests/init.pp ('k') | 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
(Empty)
1 <% hosts.sort.each do |hostname, ip| %>
2 <%= ip %> <%= hostname %>
3 <% end %>
OLDNEW
« no previous file with comments | « modules/hosts/manifests/init.pp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld