chef/cookbooks/users/templates/authorized_keys.erb
2017-05-02 11:39:43 +02:00

7 lines
123 B
Plaintext

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