Vendor the external cookbooks
Knife-Zero doesn't include Berkshelf support, so vendoring everything in the repo is convenient again
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 -%>
|
||||
1
cookbooks/users/templates/private_key.erb
Normal file
1
cookbooks/users/templates/private_key.erb
Normal file
@@ -0,0 +1 @@
|
||||
<%= @private_key %>
|
||||
1
cookbooks/users/templates/public_key.pub.erb
Normal file
1
cookbooks/users/templates/public_key.pub.erb
Normal file
@@ -0,0 +1 @@
|
||||
<%= @public_key %>
|
||||
Reference in New Issue
Block a user