Repository URL to install this package:
|
Version:
0.0.1-1 ▾
|
zendcddemo-chef-cookbooks
/
zendcddemo-files
/
chef
/
cookbooks
/
user
/
templates
/
default
/
authorized_keys.erb
|
|---|
#
# Generated by Chef for <%= @user %>@<%= node['fqdn'] %>.
# Local modifications will be overwritten.
#
<% @ssh_keys.each do |key| -%>
<%= key %>
<% end -%>