Project

General

Profile

Download (333 Bytes) Statistics
| Branch: | Tag: | Revision:
connector {
name: <%= @title %>
addr: <%= @addr %>
port: <%= @port %>
sasl-mechanisms: <%= @sasl_mech %>
<% unless [nil, :undefined, :undef, ''].include?(@role) -%>
role: <%= @role %>
<% end -%>
<% unless [nil, :undefined, :undef, ''].include?(@ssl_profile) -%>
ssl-profile: <%= @ssl_profile %>
<% end -%>
}

(1-1/6)