Update sudo and users cookbooks
This commit is contained in:
6
cookbooks/users/templates/authorized_keys.erb
Normal file
6
cookbooks/users/templates/authorized_keys.erb
Normal file
@@ -0,0 +1,6 @@
|
||||
# Generated by Chef
|
||||
# Local modifications will be overwritten.
|
||||
|
||||
<% Array(@ssh_keys).each do |key| %>
|
||||
<%= key %>
|
||||
<% end -%>
|
||||
Reference in New Issue
Block a user