chef/cookbooks/users/templates/default/authorized_keys.erb
2015-07-21 19:45:23 +02:00

7 lines
147 B
Plaintext

# Generated by Chef for <%= node['fqdn'] %>
# Local modifications will be overwritten.
<% Array(@ssh_keys).each do |key| %>
<%= key %>
<% end -%>