chore: hard-code git.unkin.net path #346

Merged
unkinben merged 1 commits from benvin/internal_dns_git into develop 2025-07-06 16:43:07 +10:00
Showing only changes of commit bf620e3c75 - Show all commits

View File

@ -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'] %>