- disable use of stored configs for ssh-known-hosts - manage the /etc/ssh/ssh_known_hosts content
5 lines
85 B
Plaintext
5 lines
85 B
Plaintext
# this file is managed by puppet
|
|
<% @lines.each do |line| -%>
|
|
<%= line %>
|
|
<% end -%>
|