Initial Chef repository
This commit is contained in:
6
cookbooks/users/templates/default/authorized_keys.erb
Normal file
6
cookbooks/users/templates/default/authorized_keys.erb
Normal file
@@ -0,0 +1,6 @@
|
||||
# Generated by Chef for <%= node['fqdn'] %>
|
||||
# Local modifications will be overwritten.
|
||||
|
||||
<% Array(@ssh_keys).each do |key| %>
|
||||
<%= key %>
|
||||
<% end -%>
|
||||
1
cookbooks/users/templates/default/private_key.erb
Normal file
1
cookbooks/users/templates/default/private_key.erb
Normal file
@@ -0,0 +1 @@
|
||||
<%= @private_key %>
|
||||
1
cookbooks/users/templates/default/public_key.pub.erb
Normal file
1
cookbooks/users/templates/default/public_key.pub.erb
Normal file
@@ -0,0 +1 @@
|
||||
<%= @public_key %>
|
||||
Reference in New Issue
Block a user