Skip to content
Snippets Groups Projects
Commit 896f545d authored by Thomas Bellman's avatar Thomas Bellman
Browse files

Minor reformatting of dsm.sys.

Put the nodename option together with the rest of the options, indented
under the SERVERNAME heading like the others, instead of putting it
unindented by itself.
parent fa569898
No related branches found
No related tags found
No related merge requests found
...@@ -28,8 +28,7 @@ options.merge!(mandatory) ...@@ -28,8 +28,7 @@ options.merge!(mandatory)
-%> -%>
SERVERNAME <%= tsm_servername.upcase %> SERVERNAME <%= tsm_servername.upcase %>
NODENAME <%= tsm_nodename %>
<% options.keys.sort.each do |optname| -%> <% options.keys.sort.each do |optname| -%>
<%= sprintf("%-24s %s", optname.to_s, options[optname]).strip %> <%= sprintf("%-24s %s", optname.to_s, options[optname]).strip %>
<% end -%> <% end -%>
NODENAME <%= tsm_nodename %>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment