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

Unified 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.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « modules/hosts/manifests/init.pp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/hosts/templates/hosts.erb
===================================================================
deleted file mode 100644
--- a/modules/hosts/templates/hosts.erb
+++ /dev/null
@@ -1,3 +0,0 @@
-<% hosts.sort.each do |hostname, ip| %>
-<%= ip %> <%= hostname %>
-<% end %>
« 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