puppet-prod/site/profiles/templates/ssh/ssh_known_hosts.erb
Ben Vincent 52b06dcd8e feat: manage ssh known hosts
- disable use of stored configs for ssh-known-hosts
- manage the /etc/ssh/ssh_known_hosts content
2024-06-09 20:26:34 +10:00

5 lines
85 B
Plaintext

# this file is managed by puppet
<% @lines.each do |line| -%>
<%= line %>
<% end -%>