chore: hard-code git.unkin.net path (#346)
- dirty fix, set git.unkin.net in hosts file template - avoid hairpint nat Reviewed-on: #346
This commit is contained in:
parent
73362a3bf9
commit
2814a55df6
@ -4,6 +4,7 @@
|
||||
<%= @facts['networking']['ip'] %> <%= @fqdn %> <%= @hostname %>
|
||||
127.0.0.1 localhost.localdomain localhost
|
||||
127.0.0.1 localhost4.localdomain4 localhost4
|
||||
198.18.19.17 git.unkin.net
|
||||
|
||||
<% @additional_hosts.each do |host| -%>
|
||||
<%= host['ip'] %> <%= host['hostname'] %> <%= host['aliases'].join(' ') if host['aliases'] %>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user