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