Guest User

Untitled

a guest
Oct 15th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. <%# simple snippet to generate /etc/hosts when provisioning image based systesm -%>
  2. 127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4 <%= @host %> <%= @host.shortname %>
  3. ::1 localhost localhost.localdomain localhost6 localhost6.localdomain6
Add Comment
Please, Sign In to add comment