feat: manage ssh known hosts
- disable use of stored configs for ssh-known-hosts - manage the /etc/ssh/ssh_known_hosts content
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
# this file is managed by puppet
|
||||
<% @lines.each do |line| -%>
|
||||
<%= line %>
|
||||
<% end -%>
|
||||
Reference in New Issue
Block a user