Sha256: f3168b8237fe4d694b16690f628ced1e07a17ae716f517d188847e565f695337

Contents?: true

Size: 472 Bytes

Versions: 3

Compression:

Stored size: 472 Bytes

Contents

#
# This config is generated by Nymphia <%= Nymphia::VERSION %>
# @ <%= Time.now.iso8601 %>
#

<%- @result[:hosts].each do |host| -%>
<%- if host[:metadata][:description] -%>
# <%= host[:metadata][:description] %>
<%- end -%>
Host <%= host[:metadata][:host_name] %>
  <%- host[:contents].each do |k, v| -%>
  <%- if v.respond_to?(:each) -%>
  <%- v.each do |w| -%>
  <%= k %> <%= w %>
  <%- end -%>
  <%- else -%>
  <%= k %> <%= v %>
  <%- end -%>
  <%- end %>
<%- end %>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
nymphia-0.2.1 lib/nymphia/ssh_config_template.erb
nymphia-0.2.0 lib/nymphia/ssh_config_template.erb
nymphia-0.1.2 lib/nymphia/ssh_config_template.erb