chef/cookbooks/users/templates/default/authorized_keys.erb
2016-02-19 18:09:49 +01:00

7 lines
123 B
Plaintext

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