summaryrefslogtreecommitdiff
path: root/puppet/modules/site_sshd/templates/ssh_known_hosts.erb
blob: c5a71378a6b4b6da1e92c68bb22bc6c0c978dbf5 (plain)
1
2
3
4
5
# This file is generated by Puppet

<% hosts.sort.each do |name, hash| -%>
<%=name%>,<%=hash['domain_full']%>,<%=hash['domain_internal']%>,<%=hash['ip_address']%> <%=hash['host_pub_key']%>
<% end -%>