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

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