Sha256: 3c4a4dd2018e5b5b1a9cba30d2b4c01a1f905b3582950d30068035b9bd3f2c80

Contents?: true

Size: 444 Bytes

Versions: 2

Compression:

Stored size: 444 Bytes

Contents

#
# This config is generated by Nymphia <%= Nymphia::VERSION %>
#

<%- @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

2 entries across 2 versions & 1 rubygems

Version Path
nymphia-0.1.1 lib/nymphia/ssh_config_template.erb
nymphia-0.1.0 lib/nymphia/ssh_config_template.erb